1 unstable release
0.1.1 | Oct 9, 2023 |
---|
#10 in #greeting
6KB
63 lines
Hello-chiago
Hello, Chiago!
Let's output "Hello, Chiago!" with me!
lib.rs
:
Hello Chiago
Welcome to the hello_chiago library! You can see the usage of this library in the examples below.
Examples
use hello_chiago::greeting;
fn main() {
greeting();
}