From 72e9ff3d490cdf938d76fd78afb1e8782ee8ea9b Mon Sep 17 00:00:00 2001 From: Marios Kouris Date: Sun, 11 May 2025 14:23:00 +0300 Subject: [PATCH 1/2] Create hello_world.rs --- hello_world.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello_world.rs diff --git a/hello_world.rs b/hello_world.rs new file mode 100644 index 0000000..8b522f7 --- /dev/null +++ b/hello_world.rs @@ -0,0 +1,5 @@ +//Hello World in rust + +fn main() { + println!("Hello, world!"); +} From 735f2880f561121d5e00ba4e0ad58e76f9606770 Mon Sep 17 00:00:00 2001 From: Marios Kouris Date: Sun, 11 May 2025 14:23:43 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e092ca1..66d4e2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Git-Workshop -A test repository for ACM AUTh's Git Workshop +A test repository for ACM AUTh's Git Workshop xdd