aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-20 20:04:33 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-20 20:04:33 -0700
commit0cd766546ae13d4d543c3da7f5f02d2720a8e2f7 (patch)
tree8eaa25ca566a3924af4827a2c6668c29aa8fb5e3 /src/bin
parentb8f58b97045380f3aa7ad545412f9d4e39cbd5a9 (diff)
downloadgeniza-0cd766546ae13d4d543c3da7f5f02d2720a8e2f7.tar.gz
geniza-0cd766546ae13d4d543c3da7f5f02d2720a8e2f7.zip
remove unused hello world example
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/hello.rs3
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!");
-}