mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
add helloworld in golang
This commit is contained in:
parent
d803f6704f
commit
4421c49db8
10
code/wtospit.go
Normal file
10
code/wtospit.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello from Thailand")
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user