diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-16 18:58:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-16 18:58:24 -0700 |
commit | bde2282d17474783d83a1e538beaaaff296115b7 (patch) | |
tree | 10ee31ffa370da8b80b7ba889bb3daa81f2ea34d /src/bin | |
parent | f565666eaffd3d442390bf9491fabcae15d9a08d (diff) | |
download | geniza-bde2282d17474783d83a1e538beaaaff296115b7.tar.gz geniza-bde2282d17474783d83a1e538beaaaff296115b7.zip |
initial structure
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/hello.rs | 3 |
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!"); +} |