Files
forklang/furvm/src/main.cpp
T
2026-06-04 11:06:31 +02:00

11 lines
130 B
C++

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