summaryrefslogtreecommitdiff
path: root/rust/hello.rs
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-04-02 22:51:23 +0200
committerPatrick Simianer <p@simianer.de>2017-04-02 22:51:23 +0200
commit2934a9a9119b00f50b9c88b80d2fbc35975fde97 (patch)
treeb574aa49aab3715a2a9fe7f64944d06deb6f38dd /rust/hello.rs
parenta46c4c54c21eea1c5545a250399385f163ae735f (diff)
rust
Diffstat (limited to 'rust/hello.rs')
-rw-r--r--rust/hello.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/hello.rs b/rust/hello.rs
new file mode 100644
index 0000000..cf40825
--- /dev/null
+++ b/rust/hello.rs
@@ -0,0 +1,4 @@
+fn main() {
+ println!("Hello World!");
+}
+