v/vlib/v/fmt/tests/float_literals_input.vv

5 lines
36 B
V

fn main() {
a := 1.0
println(a)
}