rust-crafting-interpreters-.../src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2022-12-30 15:53:19 +01:00
fn main() {
println!("Hello, world!");
}