8 lines
66 B
Text
8 lines
66 B
Text
import std;
|
|
|
|
i32 main()
|
|
{
|
|
print("Hello world!\n");
|
|
|
|
return 0;
|
|
}
|