yaml-cpp/.replit
2019-12-26 00:49:07 -05:00

3 lines
81 B
Plaintext

language = "cpp"
run = "mkdir build && cd build && cmake .. && cmake --build ./"