mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
Update 07.6.md (#649)
This commit is contained in:
@@ -194,7 +194,7 @@ func FindFileDigits(filename string) []byte {
|
||||
|
||||
**练习 7.15**
|
||||
|
||||
编写一个程序,要求能够遍历一个数组的字符,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。
|
||||
编写一个程序,要求能够遍历一个字符数组,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。
|
||||
|
||||
**练习 7.16**
|
||||
|
||||
|
Reference in New Issue
Block a user