summaryrefslogtreecommitdiffstats
path: root/examples/01_hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01_hello.rs')
-rw-r--r--examples/01_hello.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/01_hello.rs b/examples/01_hello.rs
new file mode 100644
index 0000000..056d90f
--- /dev/null
+++ b/examples/01_hello.rs
@@ -0,0 +1,4 @@
+fn main () {
+ println!("Hello world!")
+}
+