summaryrefslogtreecommitdiff
path: root/hello_world/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hello_world/main.rs')
-rwxr-xr-xhello_world/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/hello_world/main.rs b/hello_world/main.rs
deleted file mode 100755
index 3d46bbe..0000000
--- a/hello_world/main.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- println!("hello world!");
-}
-