diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-08 11:29:01 +0000 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-08 11:29:01 +0000 |
commit | a530839efcf168edc2558e3faa2395845deae474 (patch) | |
tree | 9c8580f9124461bd41ec5a93c6211d59ba4f7dc6 | |
parent | 26bbb4d9f6b5ce70756c7e986371191c02ecc6aa (diff) | |
download | cs-y13-a530839efcf168edc2558e3faa2395845deae474.tar.gz cs-y13-a530839efcf168edc2558e3faa2395845deae474.tar.bz2 cs-y13-a530839efcf168edc2558e3faa2395845deae474.zip |
feat: hello world
-rw-r--r-- | main.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +def main(): + print("Hello world") +if __name__ == "__main__": + main()
\ No newline at end of file |