This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`.
You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@shiv213/yaml-cpp).
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
language = "cpp"
|
|
run = "language = \"cpp\" run = \"cd build && cmake .. && cmake --build .\""
|