From e0eaa656a6997e41d360a9837671326951881900 Mon Sep 17 00:00:00 2001 From: Siyan-Luo Date: Mon, 9 Sep 2024 13:13:08 +0200 Subject: [PATCH 1/3] the first commit --- content/resources/exercise_1/my_code.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/resources/exercise_1/my_code.py b/content/resources/exercise_1/my_code.py index 148ab50..a587581 100644 --- a/content/resources/exercise_1/my_code.py +++ b/content/resources/exercise_1/my_code.py @@ -1 +1,3 @@ -print("My first git-commited file!") \ No newline at end of file +print("My first git-commited file!") +print("The first change") + From 42851f647b973d9d897581ec5f076e4a33cdc1f1 Mon Sep 17 00:00:00 2001 From: Siyan-Luo Date: Mon, 9 Sep 2024 13:13:48 +0200 Subject: [PATCH 2/3] the first commit --- content/resources/exercise_1/my_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/resources/exercise_1/my_code.py b/content/resources/exercise_1/my_code.py index a587581..0917904 100644 --- a/content/resources/exercise_1/my_code.py +++ b/content/resources/exercise_1/my_code.py @@ -1,3 +1,3 @@ print("My first git-commited file!") print("The first change") - +print("The second change") From 85470c30a014837ff2f460f51c00b2c27369e120 Mon Sep 17 00:00:00 2001 From: Siyan-Luo Date: Mon, 9 Sep 2024 13:14:34 +0200 Subject: [PATCH 3/3] the third commit --- content/resources/exercise_1/my_code.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/resources/exercise_1/my_code.py b/content/resources/exercise_1/my_code.py index 0917904..73a46db 100644 --- a/content/resources/exercise_1/my_code.py +++ b/content/resources/exercise_1/my_code.py @@ -1,3 +1,5 @@ print("My first git-commited file!") print("The first change") print("The second change") +print("The last change") +