masterneko
Results
2
issues of
masterneko
Does modest do the rendering or does it just read HTML?
Makefile: ```makefile all: main.cpp @gcc -xc++ -lstdc++ -shared-libgcc main.cpp @echo Finished macOS compile ``` main.cpp: ```c++ #include int main() { std::cout