bleak/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2019-12-26 21:32:42 -06:00
fn main() {
println!("Hello, world!");
}