5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
struct Empty{} ee := Empty{}
|
||
|
println('OK')
|
||
|
===output===
|
||
|
OK
|