5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
|
#!/usr/bin/python3
|
||
|
|
||
|
while True:
|
||
|
print("hi")
|