Files
stundenliste_skript/main.py

7 lines
98 B
Python

def main():
print("Hello from stundenliste-99tales!")
if __name__ == "__main__":
main()