algorithm
./init.sh [rc file path]
# rc file example : ~/.bashrc, ~/.zshrc, ~/.cshrc etc...
brew install coreutils
sudo ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout
init.sh 실행이 선행되어야 한다.
cd boj
./make_bp.sh [boj num]
cd [boj num]
# create input[n].dat
# edit [boj num].cpp
bojTest