glot.io logo
Home
Version: f321f0e

package main import ( "fmt" ) func main() { fmt.Println("Hello World!") }
INFO