7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
import stdio
|
|
|
|
def simple_test() -> int:
|
|
stdio.printf("hello\n")
|
|
return 0
|
|
|