diff --git a/code/wtospit.go b/code/wtospit.go new file mode 100644 index 0000000..57f7ca4 --- /dev/null +++ b/code/wtospit.go @@ -0,0 +1,10 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello from Thailand") +} +