1
0
Fork 0
mirror of https://github.com/vbatts/talks.git synced 2024-12-28 01:26:33 +00:00
talks/2013/03-golang-learning-lunch/1-hello/main.go

8 lines
75 B
Go

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