6 lines
74 B
Python
6 lines
74 B
Python
import stdio
|
|
|
|
|
|
def helloworld():
|
|
stdio.printf("Hello, world!\n")
|