From 575cda5162fc42a85f633656091dec5ac379c2a4 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:01:40 +0700 Subject: [PATCH 1/4] Add helloword.py file --- helloword.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloword.py diff --git a/helloword.py b/helloword.py new file mode 100644 index 00000000..2adc7aa1 --- /dev/null +++ b/helloword.py @@ -0,0 +1,2 @@ +#! /usr/bin/python3 +print("Hello Word") From b8482d9bd6b998ca04eaf5139fc9503b8d769283 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:08:28 +0700 Subject: [PATCH 2/4] Modify helloword.py file --- helloword.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloword.py b/helloword.py index 2adc7aa1..11476564 100644 --- a/helloword.py +++ b/helloword.py @@ -1,2 +1,3 @@ #! /usr/bin/python3 print("Hello Word") +print("Hello Git") From c232d672ed0e4064bac72ba6e8e068b1e0a531fd Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:27:45 +0700 Subject: [PATCH 3/4] Modify helloword.py file --- helloword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloword.py b/helloword.py index 11476564..0ca11e9a 100644 --- a/helloword.py +++ b/helloword.py @@ -1,3 +1,3 @@ #! /usr/bin/python3 print("Hello Word") -print("Hello Git") +print("Hello OSS Development") From 0082637bdbb49031bcc90f440bdfcd4b7c03c4d6 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:52:32 +0700 Subject: [PATCH 4/4] Modify helloword.py file --- helloword.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloword.py b/helloword.py index 0ca11e9a..34361220 100644 --- a/helloword.py +++ b/helloword.py @@ -1,3 +1,4 @@ #! /usr/bin/python3 print("Hello Word") print("Hello OSS Development") +print("Hello CTU - CICT")