summaryrefslogtreecommitdiff
path: root/hello_cargo/src
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_cargo/src
init
Diffstat (limited to 'hello_cargo/src')
-rw-r--r--hello_cargo/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello_cargo/src/main.rs b/hello_cargo/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/hello_cargo/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}