rust-operating-system/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2019-07-09 02:02:08 -07:00
fn main() {
println!("Hello, world!");
}