From b4643e1d1ec8f447d36f3794f3a051a64a090d16 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Mon, 9 Jun 2014 08:51:54 -0400 Subject: Using rust-empty for structure --- examples/hello.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/hello.rs (limited to 'examples/hello.rs') diff --git a/examples/hello.rs b/examples/hello.rs new file mode 100644 index 0000000..6f8dfa1 --- /dev/null +++ b/examples/hello.rs @@ -0,0 +1,4 @@ +fn main() { + println!("Hello!"); +} + -- cgit v1.2.3-54-g00ecf