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:
parent
a5c340d540
commit
d4a998689b
@ -32,8 +32,10 @@ fork
|
|||||||
return sum(2, 3)
|
return sum(2, 3)
|
||||||
};
|
};
|
||||||
|
|
||||||
|#AntiqueWhite|_cgo_export.c|
|
|#AntiqueWhite|main.cgo2.c|
|
||||||
:sum(2, 3);
|
: int sum(int a, int b) {
|
||||||
|
return a+b
|
||||||
|
};
|
||||||
|
|
||||||
endfork
|
endfork
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user