#hello #greeting #prints #console #chiago

bin+lib hello_chiago

Prints 'Hello, Chiago!' to the console

1 unstable release

0.1.1 Oct 9, 2023

#10 in #greeting

MIT license

6KB
63 lines

Hello-chiago

Hello, Chiago! build_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();
}

No runtime deps