Files

8 lines
73 B
Go
Raw Permalink Normal View History

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