Compare commits
2 Commits
913600621a
...
3bfcb6c51b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bfcb6c51b | ||
|
|
bfeb2599f6 |
11
Golang/HelloWorld.go
Normal file
11
Golang/HelloWorld.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
|
||||
for i := 0; i < 10; i++ {
|
||||
fmt.Println(i)
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user