##ALMOST PURE
#INSTALLATION
#Using Make
- run 'make'
- run 'make clean'
#Compiling individually
- run 'g++ -o almostpure Dolphin.cpp Event.cpp main.cpp'
#Now just ensure that the executable and the script.txt file are in the same folder and run the executable!