#define BYTECODE_READER_IMPLEMENTATION #include "reader.hpp" #include int main() { printf("Hello World!\n"); return 0; }