+5
-1
@@ -1,3 +1,5 @@
|
||||
#ifndef LIBFURC
|
||||
|
||||
#include "furc/front/parser.hpp"
|
||||
|
||||
#include <iostream>
|
||||
@@ -7,4 +9,6 @@ int main(void) {
|
||||
std::cout << parser.parse() << '\n';
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
#endif // LIBFURC
|
||||
Reference in New Issue
Block a user