Submitted by flabberghaster in hobchat
twovests wrote
*hugs them all in rapid succession *
flabberghaster OP wrote
Please install python and then run this program:
#!/usr/bin/env python3
def main():
for _ in range(10_000_000):
print("🐸")
if __name__ == "__main__":
main()
twovests wrote
this ran basically without any problems
flabberghaster OP wrote
HACKED! lol owned 10,000,000 frogs on your computer now
Viewing a single comment thread. View all comments