summaryrefslogtreecommitdiff
path: root/hello-world
diff options
context:
space:
mode:
Diffstat (limited to 'hello-world')
-rwxr-xr-xhello-world/mainbin0 -> 471760 bytes
-rw-r--r--hello-world/main.rs3
2 files changed, 3 insertions, 0 deletions
diff --git a/hello-world/main b/hello-world/main
new file mode 100755
index 0000000..ac54042
--- /dev/null
+++ b/hello-world/main
Binary files differ
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!");
+}