Update 12.4.md (#661)

This commit is contained in:
marjune
2019-07-09 10:59:00 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent 6128a36b27
commit 8b3a8e03bb

View File

@@ -27,7 +27,7 @@ func main() {
我们在 IDE 或编辑器中直接运行这个程序输出:`Good Morning Alice`
我们在命令行运行 `os_args or ./os_args` 会得到同样的结果。
我们在命令行运行 `os_args``./os_args` 会得到同样的结果。
但是我们在命令行加入参数,像这样:`os_args John Bill Marc Luke`,将得到这样的输出:`Good Morning Alice John Bill Marc Luke`