Crate hello_chiago

source ·
Expand description

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();
}

Functions