hello-world-in-rust 0.1.0

Hello World!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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> [![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();
```