cours4.0/main.py

7 lines
86 B
Python
Raw Permalink Normal View History

def main():
print("Hello from cours4-0!")
if __name__ == "__main__":
main()