Files
yaegi/_test/num0.go
T

11 lines
86 B
Go

package main
import "fmt"
func main() {
fmt.Printf("%g\n", 1.0)
}
// Output:
// 1