package main import ( "fmt" ) func main() { i := 0xB4 fmt.Println(i) }