6 lines
86 B
Python
6 lines
86 B
Python
def main():
|
|
print("Hello from 2hoarder!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|