hello-world-in-rust

Crates.iohello-world-in-rust
lib.rshello-world-in-rust
version0.1.0
sourcesrc
created_at2024-05-13 06:47:56.101888
updated_at2024-05-13 06:47:56.101888
descriptionHello World!
homepage
repositoryhttps://github.com/AlvinHon/hello_world_rs
max_upload_size
id1238077
size3,686
(AlvinHon)

documentation

README

Build Status 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();
Commit count: 0

cargo fmt