Sign in
go
/
website
/
47aa77ee5c8e76cb4901fd5877cc2abd39497bd7
/
.
/
_content
/
blog
/
constants
/
float3.go
blob: d862acce767dba7165c72cc37bd6ae2012b7fe9a [
file
] [
log
] [
blame
]
// +build OMIT
package main
import "fmt"
func main() {
const Huge = 1e1000
// START OMIT
fmt.Println(Huge)
// STOP OMIT
}