CS Jou Blog
試著把處理的問題或心得放在公共空間,方便自己,也希望能回饋一些網路爬文的收穫!!
2014年10月4日 星期六
Google Go 2 -- for
Ref : http://www.golang-book.com/5/index.htm
Hardware ASUS X450J
OS : Windows 8.1 Prof
1. Edit ForEx.go
//------------
package main
import "fmt"
func main() {
i := 1
for i <= 10 {
fmt.Println(i)
i = i + 1
}
}
//---------------
5. Run ForEx.go
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言