5 lines
33 B
Plaintext
5 lines
33 B
Plaintext
|
a := 1
|
||
|
println(a)
|
||
|
===output===
|
||
|
1
|