Compare commits
No commits in common. "3bfcb6c51bc66108131c96ef92678ab08c62813e" and "913600621a54af6bb7af2457a21c7b7d67aefbaf" have entirely different histories.
3bfcb6c51b
...
913600621a
@ -1,11 +0,0 @@
|
||||
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