mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-07-30 13:30:16 +00:00
add helloworld in golang
This commit is contained in:
committed by
Luke Oliff
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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user