Files
CustomBingo/main.py
T

7 lines
89 B
Python

def main():
print("Hello from custombingo!")
if __name__ == "__main__":
main()