From ef1bf4921ee4127d461eec03a14c9070d193345c Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 11 Feb 2019 16:59:01 -0500 Subject: Init. --- horcrux/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 horcrux/src/main.rs (limited to 'horcrux/src') diff --git a/horcrux/src/main.rs b/horcrux/src/main.rs new file mode 100755 index 0000000..e7a11a9 --- /dev/null +++ b/horcrux/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3