5 lines
51 B
V
5 lines
51 B
V
|
import time
|
||
|
fn main() {
|
||
|
println('hello, world')
|
||
|
}
|