7 lines
150 B
C++
7 lines
150 B
C++
|
// empty cpp main file that is needed to generate
|
||
|
// target for cppitertools in order to import the lib properly in CLion
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|