7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
import lang.stdlib;
|
|
|
|
void main() {
|
|
u8 a = 1u8;
|
|
println("Hello World");
|
|
}
|