1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00

ch2.5: 修复图片错误

This commit is contained in:
chai2010 2019-11-13 10:12:55 +08:00
parent a5c340d540
commit d4a998689b
2 changed files with 4 additions and 2 deletions

View File

@ -32,8 +32,10 @@ fork
return sum(2, 3)
};
|#AntiqueWhite|_cgo_export.c|
:sum(2, 3);
|#AntiqueWhite|main.cgo2.c|
: int sum(int a, int b) {
return a+b
};
endfork

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 37 KiB