6 lines
132 B
Python
6 lines
132 B
Python
# Any copyright is dedicated to the Public Domain.
|
|
# http://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
print (
|
|
"test"
|
|
)
|