#hello-world #prints #console #greeting

lib_hello_world

A library that simply prints the Hello world greeting

3 releases

0.1.2 Jan 8, 2023
0.1.1 Jan 8, 2023
0.1.0 Jan 7, 2023

#9 in #greeting

23 downloads per month

MIT/Apache

2KB

README

This is a simple Rust library that teaches you how to use third party libraries in your code using the Cargo tool.

Usage

This library exposes one public function. This function requires no arguments and it simply prints Hello world! to the console.

Following is how to do it.

lib_hello_world::greeter::greet_hello_world();

No runtime deps