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