2 lines
46 B
Python
2 lines
46 B
Python
import sys
|
|
sys.stdout.write("Hello world!\n")
|
import sys
|
|
sys.stdout.write("Hello world!\n")
|