tetres/egui-tetris/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2021-09-19 01:42:21 -07:00
fn main() {
println!("Hello, world!");
}