From bde2282d17474783d83a1e538beaaaff296115b7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 16 Oct 2017 18:58:24 -0700 Subject: initial structure --- src/bin/hello.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/bin/hello.rs (limited to 'src/bin/hello.rs') diff --git a/src/bin/hello.rs b/src/bin/hello.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/bin/hello.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3