Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
csrc ->
g++ -c foo.c && ar rvs libfoo.a foo.o && g++ main.c libfoo.a && ./a.out
works ..