forked from KPGPMC/furlang
chore: init furvm
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef LIBFURVM
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main(void) {
|
||||
std::cout << "Hello, furlang!\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // LUBFURVM
|
||||
Reference in New Issue
Block a user