From e245671bed1b98d7646589fbf2d17ddc261a7058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20T=C3=A2n=20Phan?= <106483560+tanphan3041@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:04:23 +0700 Subject: [PATCH 1/3] helloworld-script --- Languages/Rust/HelloWorld.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Languages/Rust/HelloWorld.rs diff --git a/Languages/Rust/HelloWorld.rs b/Languages/Rust/HelloWorld.rs new file mode 100644 index 00000000..a5ecbff7 --- /dev/null +++ b/Languages/Rust/HelloWorld.rs @@ -0,0 +1,7 @@ +// LANGUAGE: RUST +// AUTHOR: Tan Phan +// GITHUB: https://github.com/tanphan3041 + +fn main() { + println!("Hello, world!"); +} \ No newline at end of file From ed5963ab07b17cef32817d711aff05081d2ff215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20T=C3=A2n=20Phan?= <106483560+tanphan3041@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:06:03 +0700 Subject: [PATCH 2/3] Hello world script --- Languages/Rust/HelloWorld.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Languages/Rust/HelloWorld.rs diff --git a/Languages/Rust/HelloWorld.rs b/Languages/Rust/HelloWorld.rs deleted file mode 100644 index a5ecbff7..00000000 --- a/Languages/Rust/HelloWorld.rs +++ /dev/null @@ -1,7 +0,0 @@ -// LANGUAGE: RUST -// AUTHOR: Tan Phan -// GITHUB: https://github.com/tanphan3041 - -fn main() { - println!("Hello, world!"); -} \ No newline at end of file From 0fb787d4bf3ba39f5f415629a5ad13c3146f57a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20T=C3=A2n=20Phan?= <106483560+tanphan3041@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:08:48 +0700 Subject: [PATCH 3/3] I have add 1 hello world script in Language\Rust\ directory --- Languages/Rust/HelloWorld.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Languages/Rust/HelloWorld.rs diff --git a/Languages/Rust/HelloWorld.rs b/Languages/Rust/HelloWorld.rs new file mode 100644 index 00000000..6c64daba --- /dev/null +++ b/Languages/Rust/HelloWorld.rs @@ -0,0 +1,7 @@ +// LANGUAGE: RUST +// AUTHOR: Tan Phan +// GITHUB: https://github.com/tanphan3041 + +fn main() { + println!("Hello, world!"); +}