bat/assets/hello.rs

7 lines
61 B
Rust
Raw Normal View History

// Hello World
fn main() {
println!("Hello World!");
}