v/vlib/os/bare/bare.v

5 lines
67 B
V

fn main() {
write(1, c'Hello!\n', 7)
println('println test\n')
}