hacktoberfest-2018/code/wtospit.go
2018-10-01 06:28:08 -07:00

11 lines
86 B
Go

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