mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 06:19:44 +08:00
校对13章
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 13.8 测试的具体例子
|
||||
|
||||
在练习 9.4 中你写了一个叫 [main_oddeven.go](examples/chapter_9/main_oddeven.go) 的程序用来测试前 100 个整数是否是偶数。这个函数在包 even 中。
|
||||
在练习 9.4 中你写了一个叫 [main_oddeven.go](exercises/chapter_9/main_oddeven.go) 的程序用来测试前 100 个整数是否是偶数。这个函数属于 even 包。
|
||||
|
||||
下面是一种可能的方案:
|
||||
|
||||
|
Reference in New Issue
Block a user