From 53e7f16045bec252fea0644a6f1bd865e3f1d737 Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Sun, 22 Sep 2024 22:52:20 +0700 Subject: [PATCH 1/7] Add helloworld.py file --- helloworld.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..d9bad1e7 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print("Hello world") + From e72053bc1fcb7965214bf0bf8fb9851ff3a23fe4 Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Sun, 22 Sep 2024 22:54:13 +0700 Subject: [PATCH 2/7] Modify helloworld.py file --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index d9bad1e7..c47fcc55 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,3 +1,3 @@ #!/usr/bin/python3 print("Hello world") - +print("Hello Git") From baf3cec9bc5a0d4b06b05c94dd78ffa99a0fd6f8 Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Sun, 22 Sep 2024 23:02:34 +0700 Subject: [PATCH 3/7] Modify helloworld.py file --- helloworld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.py b/helloworld.py index c47fcc55..06bcb626 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,3 +1,4 @@ #!/usr/bin/python3 print("Hello world") print("Hello Git") +print("Hello OSS Development") From 20c3532dc63bdd72f673927ff1a7dd159f79e60f Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Sun, 22 Sep 2024 23:09:39 +0700 Subject: [PATCH 4/7] Modify helloworld.py file --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 06bcb626..468526b9 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,4 +1,4 @@ #!/usr/bin/python3 print("Hello world") -print("Hello Git") print("Hello OSS Development") +print("Hello CTU") From fe851ccad38b70d4d0e1f97d3a79f0475f6e0a34 Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Sun, 22 Sep 2024 23:17:46 +0700 Subject: [PATCH 5/7] Modify helloworld.py file --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 468526b9..97562041 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,4 +1,4 @@ #!/usr/bin/python3 print("Hello world") print("Hello OSS Development") -print("Hello CTU") +print("Hello CTU - CICT") From c27a57fb4ccd2787aa02d0c669fc801914d1460a Mon Sep 17 00:00:00 2001 From: Nguyen Le Gia Hung Date: Mon, 23 Sep 2024 00:12:11 +0700 Subject: [PATCH 6/7] ex3 --- ex03 | 1 + 1 file changed, 1 insertion(+) create mode 100644 ex03 diff --git a/ex03 b/ex03 new file mode 100644 index 00000000..6004a855 --- /dev/null +++ b/ex03 @@ -0,0 +1 @@ +print("This is Lab3 FOSS. My name is Gia Hung") \ No newline at end of file From 1b7d01bdb6e470d2305524a0fb052c4b06849541 Mon Sep 17 00:00:00 2001 From: giahungb2111886 Date: Mon, 23 Sep 2024 00:12:19 +0700 Subject: [PATCH 7/7] Rename ex03 to ex03.py --- ex03 | 1 - ex03.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 ex03 create mode 100644 ex03.py diff --git a/ex03 b/ex03 deleted file mode 100644 index 6004a855..00000000 --- a/ex03 +++ /dev/null @@ -1 +0,0 @@ -print("This is Lab3 FOSS. My name is Gia Hung") \ No newline at end of file diff --git a/ex03.py b/ex03.py new file mode 100644 index 00000000..95c9ac12 --- /dev/null +++ b/ex03.py @@ -0,0 +1 @@ +print("This is Lab3 FOSS. My name is Gia Hung")