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