summaryrefslogtreecommitdiff
path: root/hello-world/main.rs
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-19 19:25:11 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-19 19:25:11 +0100
commit97a3274a775d0fbd8f5fb3ad16c3381caab83251 (patch)
treec2fc6cc5cd9233053d5f0da35afdda88bff82a31 /hello-world/main.rs
init
Diffstat (limited to 'hello-world/main.rs')
-rw-r--r--hello-world/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello-world/main.rs b/hello-world/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/hello-world/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}