# mkdir -p /workspace/algospot/bin/ && gcc $(find /workspace/algospot/src/ -name *.cpp -o -name *.c) -o /workspace/algospot/bin//main -g -lm
&& /workspace/algospot/bin//main
/tmp/ccFIDJkX.o: In function main':
/workspace/algospot/src/test.c:2: multiple definition of `main'
/tmp/ccY9eSSC.o:/workspace/algospot/src/main.c:2: first defined here
collect2: error: ld returned 1 exit status
메인하나만쓰자