hello-world-in-rust 0.1.0

Hello World!
Documentation

codecov

Hello World

Hello world in Rust!

Run the binary:

hello-world-in-rust
# Output: hello world!

Execute as crate:

let next_word = hello_world::hello();