From 575cda5162fc42a85f633656091dec5ac379c2a4 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:01:40 +0700 Subject: [PATCH 1/8] 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/8] 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/8] 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 a81a7e934da41ea639b6305232f49c5ce75c2bd2 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:43:02 +0700 Subject: [PATCH 4/8] Modify helloword.py file --- helloword.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helloword.py b/helloword.py index 0ca11e9a..715429af 100644 --- a/helloword.py +++ b/helloword.py @@ -1,3 +1,4 @@ #! /usr/bin/python3 print("Hello Word") print("Hello OSS Development") +print("Hello CTU") From 0082637bdbb49031bcc90f440bdfcd4b7c03c4d6 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 14:52:32 +0700 Subject: [PATCH 5/8] 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") From c9f125c45f69f2aa91a15c1647a07d8fc997f4de Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 15:18:40 +0700 Subject: [PATCH 6/8] merge master From 067dbfb7c09af476053d309b14ec7ac677352f78 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 15:22:38 +0700 Subject: [PATCH 7/8] Add new_file.py to github --- file_new.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 file_new.py diff --git a/file_new.py b/file_new.py new file mode 100644 index 00000000..f26b59b4 --- /dev/null +++ b/file_new.py @@ -0,0 +1,2 @@ +#! /usr/bin/python3 +print("Hello VS CODE") \ No newline at end of file From 37d19d2e9e40287339ca8df4d69b9c48f6f05c49 Mon Sep 17 00:00:00 2001 From: tuantkd Date: Tue, 27 Apr 2021 15:22:50 +0700 Subject: [PATCH 8/8] add new