4 lines
51 B
Python
4 lines
51 B
Python
|
|
import sys
|
||
|
|
|
||
|
|
print >> sys.stderr, "Goodbye, World!"
|