3 lines
54 B
Text
3 lines
54 B
Text
def main:
|
|
hello = "Hello, World!"
|
|
print hello
|
def main:
|
|
hello = "Hello, World!"
|
|
print hello
|