Files
lotr/hello.go
Laramie Leavitt 2c27d0f51d Make examples more consistent.
Move submodule examples into submodule/*
2016-03-03 10:32:09 -08:00

10 lines
78 B
Go

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