Osselbot/src/main.rs

5 lines
71 B
Rust

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