mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
|
// Hello World
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|
|
|