codekingpro's picture
Add files using upload-large-folder tool
d7a5f2f verified
Raw
History Blame Contribute Delete
70 Bytes
extern void GoFunc();
int main(int argc, char **argv) {
GoFunc();
}