11 lines
86 B
Go
Raw Normal View History

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