This commit is contained in:
Uğur Küpeli
2022-05-07 11:15:31 +03:00
parent 9dd1c0e218
commit e9366d3c0c
4 changed files with 55 additions and 0 deletions

6
30_Cube/rust/src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
mod game;
mod util;
fn main() {
println!("Hello, world!");
}