#ifndef LIBFURVM #include int main(void) { std::cout << "Hello, furlang!\n"; return 0; } #endif // LUBFURVM