RosettaCodeData/Task/Use-another-language-to-call-a-function/C++/use-another-language-to-call-a-function-2.cpp
2023-07-01 13:44:08 -04:00

5 lines
83 B
C++

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