diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-08 11:49:47 +0000 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-08 11:49:47 +0000 |
commit | 59197e3cad8623a72c6fe4d806fe5413166e4794 (patch) | |
tree | c3c36e305b02c6ec766ef6c9cc1a50a8aa0097b7 /main.py | |
parent | a530839efcf168edc2558e3faa2395845deae474 (diff) | |
download | cs-y13-59197e3cad8623a72c6fe4d806fe5413166e4794.tar.gz cs-y13-59197e3cad8623a72c6fe4d806fe5413166e4794.tar.bz2 cs-y13-59197e3cad8623a72c6fe4d806fe5413166e4794.zip |
feat: add python code for lesson1 on 8.10.2024
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main.py b/main.py deleted file mode 100644 index 5b60048..0000000 --- a/main.py +++ /dev/null @@ -1,4 +0,0 @@ -def main(): - print("Hello world") -if __name__ == "__main__": - main()
\ No newline at end of file |