mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-16 23:12:08 -08:00
init
This commit is contained in:
6
30_Cube/rust/src/main.rs
Normal file
6
30_Cube/rust/src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod game;
|
||||
mod util;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user