A custom implementation of a linked list in C++
- Clone repository into your machine:
$ git clone https://github.com/ViniciusALS/LinkedList.git
- Go to the repository
$ cd LinkedList
- Create a folder called build inside your local directory
$ mkdir build
- Go to this bolder
$ cd build
- Build the project
$ make ..