Merge branch 'master' into add-my-contribution

This commit is contained in:
Rahman Younus
2018-10-01 14:37:47 +01:00
committed by GitHub
2 changed files with 22 additions and 1 deletions

10
code/wtospit.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello from Thailand")
}