๐Ÿ“ฆ axelbdt / cp2mdd

๐Ÿ“„ main.py ยท 7 lines
1
2
3
4
5
6
7def main():
    print("Hello from cp2mdd!")


if __name__ == "__main__":
    main()