6 lines
66 B
C
6 lines
66 B
C
void main()
|
|
{
|
|
println("Hello world");
|
|
println(7 % 3, "hi");
|
|
}
|