aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-16 18:58:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-16 18:58:24 -0700
commitbde2282d17474783d83a1e538beaaaff296115b7 (patch)
tree10ee31ffa370da8b80b7ba889bb3daa81f2ea34d /src/bin
parentf565666eaffd3d442390bf9491fabcae15d9a08d (diff)
downloadgeniza-bde2282d17474783d83a1e538beaaaff296115b7.tar.gz
geniza-bde2282d17474783d83a1e538beaaaff296115b7.zip
initial structure
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/hello.rs3
1 files changed, 3 insertions, 0 deletions
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!");
+}