diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-20 20:04:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-10-20 20:04:33 -0700 |
commit | 0cd766546ae13d4d543c3da7f5f02d2720a8e2f7 (patch) | |
tree | 8eaa25ca566a3924af4827a2c6668c29aa8fb5e3 | |
parent | b8f58b97045380f3aa7ad545412f9d4e39cbd5a9 (diff) | |
download | geniza-0cd766546ae13d4d543c3da7f5f02d2720a8e2f7.tar.gz geniza-0cd766546ae13d4d543c3da7f5f02d2720a8e2f7.zip |
remove unused hello world example
-rw-r--r-- | src/bin/hello.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/hello.rs b/src/bin/hello.rs deleted file mode 100644 index e7a11a9..0000000 --- a/src/bin/hello.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} |