summaryrefslogtreecommitdiff
path: root/hello/hello.rs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-01-12 18:39:57 +0200
committerYuval Adam <_@yuv.al>2017-01-12 18:41:33 +0200
commit635d2f948b6ba631adf3bbcec58f68290bb3bd02 (patch)
treefda4d67ff04e24a606f57546d8ed7cbedf2ca305 /hello/hello.rs
parent508ec7cbe3bd880ba6b86d9d8b1bde5f1bd7fe3c (diff)
Cargoize hello
Diffstat (limited to 'hello/hello.rs')
-rw-r--r--hello/hello.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/hello/hello.rs b/hello/hello.rs
deleted file mode 100644
index bcb94c2..0000000
--- a/hello/hello.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("Hello, world");
-}