DigitalFuturesAda/cpp_repl_template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- this is probably all wrong
* running in repl.it
- import the git repo:
- https://repl.it/new/cpp
- select import from GitHub
- cmake is included in the repl env
* running locally (recommend downloading clion)
- install cmake: https://cmake.org/install/
$ cmake --build .
$ ./build/main
- source code: cpp_repl_template/src/