3 lines
42 B
Python
3 lines
42 B
Python
|
|
#!/usr/bin/python3
|
||
|
|
|
||
|
|
print("Hello, World!")
|