6 lines
69 B
Text
6 lines
69 B
Text
import std::io;
|
|
|
|
fn void main()
|
|
{
|
|
io::printn("Hello, World!");
|
|
}
|