From 52842bb5cb25dc3550b1bfd2371d9f608db7e41d Mon Sep 17 00:00:00 2001 From: Yong Lik Kent <127367301+Likkent1712@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:00:46 +0000 Subject: [PATCH 1/3] # --- index.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.py diff --git a/index.py b/index.py new file mode 100644 index 00000000..8e235769 --- /dev/null +++ b/index.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file From 6732ce8414ff013ec37fa3a9f6fe3caa7a275c44 Mon Sep 17 00:00:00 2001 From: Yong Lik Kent <127367301+Likkent1712@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:03:26 +0000 Subject: [PATCH 2/3] main --- .vscode/settings.json | 1 - index.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 index.py diff --git a/.vscode/settings.json b/.vscode/settings.json index 23698105..ca20f958 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true diff --git a/index.py b/index.py deleted file mode 100644 index 8e235769..00000000 --- a/index.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") \ No newline at end of file From 670768b597869ea91d7c72fbddfe156c6828fa6e Mon Sep 17 00:00:00 2001 From: Yong Lik Kent <127367301+Likkent1712@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:04:28 +0000 Subject: [PATCH 3/3] testing-1 --- index.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.py diff --git a/index.py b/index.py new file mode 100644 index 00000000..a3ea3c68 --- /dev/null +++ b/index.py @@ -0,0 +1 @@ +print("Hello") \ No newline at end of file