From f78e6b3f8de875ef95b2278558044558e5e050f2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 12 Jan 2017 18:32:49 +0200 Subject: The canonical hello world --- hello/hello.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello/hello.rs diff --git a/hello/hello.rs b/hello/hello.rs new file mode 100644 index 0000000..bcb94c2 --- /dev/null +++ b/hello/hello.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world"); +} -- cgit v1.3.1