mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
def main():
|
|
print("Hello from hack0!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|