Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 702 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 702 Bytes

library

https://sqrtnull.github.io/cp-library/

How to Use

  1. Create working folder to code in
mkdir cpp
cd cpp
  1. Clone this repo
git clone https://github.com/sqrtnull/cp-library.git
  1. Copy Utility/include.sh to working folder and change lib_path accordingly
cp cp-library/Utility/include.sh include.sh
  1. Copy Utility/template.cpp to working folder as main.cpp
cp cp-library/Utility/template.cpp main.cpp
  1. Allow execution for include.sh
chmod +x include.sh
  1. Try including the code of a library into main.cpp. (don't forget to save before!)
./include.sh SegmentTree

Note: I might include my other commands sometime in the future