Return `int` in the main function
aminya opened this issue · 3 comments
aminya commented
Currently, the compiler returns unint32_t
which prevents compiling the generated code with a C++ compiler.
int main() {
//...
}
hikari-no-yume commented
Glad to hear it fixed the problem! 😄