summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-26 00:58:30 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-26 00:58:30 +0200
commit1f356482b692d3b1a86026996f89d65ca82e0678 (patch)
tree3667f867419d968697f7b88218bfab073603f88e /src
downloadgame-project-rs-1f356482b692d3b1a86026996f89d65ca82e0678.tar.gz
game-project-rs-1f356482b692d3b1a86026996f89d65ca82e0678.tar.bz2
game-project-rs-1f356482b692d3b1a86026996f89d65ca82e0678.zip
init: create game project
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}