5 lines
83 B
C++
5 lines
83 B
C++
$ gcc -c main.c
|
|
$ g++ -c query.cpp
|
|
$ g++ -o main main.o query.o
|
|
$ ./main
|
|
Here am I
|