package main import("fmt") const( A int = 1 B = 3.14 C = "Hi" ) func main(){ fmt.Println(A) fmt.Println(B) fmt.Println(C) }
To embed this project on your website, copy the following code and paste it into your website's HTML: