initial commit
This commit is contained in:
commit
493ce92e02
62 changed files with 1213 additions and 0 deletions
BIN
hello-world/hello-world
Executable file
BIN
hello-world/hello-world
Executable file
Binary file not shown.
5
hello-world/hello-world.go
Normal file
5
hello-world/hello-world.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
import "fmt"
|
||||
func main(){
|
||||
fmt.Println("hello world")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue