Skip to main content

hello_rust_olso/
lib.rs

1pub const HELLO_WORLD0: &str = "Hello world!";
2
3// pub const HELLO_WORLD1: &str = String::from("Hello world").to_string();