6 lines
57 B
V
6 lines
57 B
V
|
fn main() {
|
||
|
if 1 in [1] {
|
||
|
println('hello world')
|
||
|
}
|
||
|
}
|