chore: init furvm

This commit is contained in:
2026-06-04 11:06:31 +02:00
parent b8e1de8f68
commit 4a3ce6040c
4 changed files with 32 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef LIBFURVM
#include <iostream>
int main(void) {
std::cout << "Hello, furlang!\n";
return 0;
}
#endif // LUBFURVM