mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-22 14:30:42 +01:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
|
// Hello World
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|
|
|