New Beginnings

Welcoming to the beginning.

#![allow(unused)]
fn main() {
println!("Hello, {}\n", "world");
}