Build Status [![codecov](https://codecov.io/gh/AlvinHon/hello_world_rs/branch/main/graph/badge.svg?token=NMM473N4DO)](https://codecov.io/gh/AlvinHon/hello_world_rs) # Hello World Hello world in Rust! Run the binary: ```bash hello-world-in-rust # Output: hello world! ``` Execute as crate: ```rust let next_word = hello_world::hello(); ```