3 lines
48 B
Python
Executable File
3 lines
48 B
Python
Executable File
#!/bin/python3
|
|
print("Hello, World!" * 1000000)
|