-
/external/boost: The Boost library, which contains another directory namedboost -
/personal/main.cpp: Write anything you want here -
/personal/environment.sh: Set up environment variables as following
CXX: C++ Compiler, usually g++EXEC_ARGV: Arguments will be passed to the executable output, can be blank
/personal/stdin.sh: Write data to your program's stdin (you can leave it empty)
- Bash
- Linux: There always be a bash
- Windows: MSYS2, Git-Bash, Cygwin ...
- GCC ≥ 5.3.0
- Linux: g++-5
- Windows: mingw-w64
- Node.js and npm (optional)
Write your code into /personal/main.cpp
bash -c './sh/build.sh'npm run buildbash -c './sh/run.sh'npm startnpm testbash -c './sh/clean.sh'npm run clean