Skip to content

Simple hello world project utilising features in rust and GitHub actions

License

Notifications You must be signed in to change notification settings

AlvinHon/hello_world_rs

Repository files navigation

version workflow status codecov status

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();

Hello World Derive

Add macro to print out the hello world message in a function.

#[hello_world]
fn main {
    // The macro will generate println! to print the hello world message here.
}

About

Simple hello world project utilising features in rust and GitHub actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages