openscad/scripts/fakescad.cc

5 lines
103 B
C++

#include <iostream>
int main() {
std::cout << "fake openscad for testing openscad build system\n";
}