summaryrefslogtreecommitdiff
path: root/hello_world/src
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-05-07 23:08:15 -0700
committerKai Stevenson <kai@kaistevenson.com>2025-05-07 23:08:15 -0700
commitaf2bc841119a6751c240dec95dd5511d4ee31d36 (patch)
tree693cb7d3d6d06bb667a89b1d4d8d2bdaee8ab983 /hello_world/src
init ; most of tic tac toe done
Diffstat (limited to 'hello_world/src')
-rw-r--r--hello_world/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello_world/src/main.rs b/hello_world/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/hello_world/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}