hello_world_rustaceans 0.1.2

A basic Hello World!
Documentation
1
2
3
4
5
use hello_world_rustaceans;

fn main() {
    hello_world_rustaceans::hello_world();
}