RosettaCodeData/Task/Use-another-language-to-cal.../C++/use-another-language-to-cal...

6 lines
83 B
C++

$ gcc -c main.c
$ g++ -c query.cpp
$ g++ -o main main.o query.o
$ ./main
Here am I