floating-point-comparison/go/main.go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { var t = "False" if 0.1 + 0.2 == 0.3 { t = "True" } fmt.Println("Go:", t); }
Editor Settings
Theme
Key bindings
Full width
Lines