1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 20:52:22 +00:00
2018-01-07 02:04:44 +08:00

8 lines
90 B
C

#include "say-hello.h"
#include <stdio.h>
int main() {
SayHello("gopher");
return 0;
}