Update 07.6.md (#649)

This commit is contained in:
marjune
2019-07-11 12:16:29 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent 4d3dde588d
commit a2c15fbed1

View File

@@ -194,7 +194,7 @@ func FindFileDigits(filename string) []byte {
**练习 7.15** **练习 7.15**
编写一个程序,要求能够遍历一个数组的字符,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。 编写一个程序,要求能够遍历一个字符数组,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。
**练习 7.16** **练习 7.16**