hacktoberfest-2018/code/wtospit.go

11 lines
86 B
Go

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