hacktoberfest-2018/code/wtospit.go

11 lines
86 B
Go
Raw Permalink Normal View History

2018-10-01 13:24:12 +00:00
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello from Thailand")
}