aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.rs')
-rw-r--r--examples/hello.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/hello.rs b/examples/hello.rs
deleted file mode 100644
index 6f8dfa1..0000000
--- a/examples/hello.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- println!("Hello!");
-}
-