Sign in
◑
Theme
go
/
blog
/
52f6e033d5643a89ff59ffe1cd1fa6f0fa949e99
/
.
/
content
/
constants
/
float3.go
blob: d862acce767dba7165c72cc37bd6ae2012b7fe9a [
file
]
// +build OMIT
package main
import "fmt"
func main() {
const Huge = 1e1000
// START OMIT
fmt.Println(Huge)
// STOP OMIT
}