<a href="https://github.com/AlvinHon/hello_world_rs/actions/workflows/rust.yml"><img alt="Build Status" src="https://github.com/AlvinHon/hello_world_rs/actions/workflows/rust.yml/badge.svg?branch=main"/></a> [](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();
```