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