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