summaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-rw-r--r--hello/hello.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello/hello.rs b/hello/hello.rs
new file mode 100644
index 0000000..bcb94c2
--- /dev/null
+++ b/hello/hello.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world");
+}