summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-1
diff options
context:
space:
mode:
Diffstat (limited to 'rust/theBook/chapter-1')
-rw-r--r--rust/theBook/chapter-1/helloworld.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/theBook/chapter-1/helloworld.rs b/rust/theBook/chapter-1/helloworld.rs
deleted file mode 100644
index f6320bc..0000000
--- a/rust/theBook/chapter-1/helloworld.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("Hello World");
-}