6 lines
57 B
Text
6 lines
57 B
Text
import test;
|
|
|
|
i32 main()
|
|
{
|
|
print_msg("Hello world!");
|
|
}
|