4 lines
57 B
Text
4 lines
57 B
Text
|
|
import std::stdio::stdout
|
||
|
|
|
||
|
|
stdout.print('Hello, world!')
|