7 lines
77 B
V
7 lines
77 B
V
fn main() {
|
|
m := ' leading spaces
|
|
|
|
and blank lines'
|
|
|
|
println(m)
|
|
}
|