aboutsummaryrefslogtreecommitdiff
path: root/rust/src/main.rs
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-17 22:14:14 +0530
committerkrolyxon <me@krolyxon.com>2026-06-17 22:14:14 +0530
commit1f800b74329d4f8b1511b4cf2a0d031439e1038d (patch)
treecbc56514ec5a903a028e919b8fd6becfd8ae1ce9 /rust/src/main.rs
parented0847ba38dea99b2caa9035569d960f86eeb190 (diff)
rust-rewrite init
Diffstat (limited to 'rust/src/main.rs')
-rw-r--r--rust/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/src/main.rs b/rust/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/rust/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}