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