Welcome to the hello_chiago library! You can see the usage of this library in the examples below.
use hello_chiago::greeting; fn main() { greeting(); }