diff options
Diffstat (limited to 'rust/theBook/chapter-1/helloworld.rs')
-rw-r--r-- | rust/theBook/chapter-1/helloworld.rs | 3 |
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"); -} |