Section6.57
This commit is contained in:
9
Section6/56.go
Normal file
9
Section6/56.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
for i := 0; i < 10; i++ {
|
||||
fmt.Println(i)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user