Datatypes supported:
- Integer:
integer - Float:
float - String:
string - Boolean:
boolean - Long Integer:
long_integer - Character:
character
| {- | |
| This will trim spaces at end of file and end of line for all | |
| input/output files in current, input and output directory. | |
| After compiling, put executable in /usr/bin/. | |
| ghc -O2 -rtsopts -with-rtsopts="-K512m -A8m" -o trimSpaces trimSpaces.hs | |
| sudo cp trimSpaces /usr/bin/ | |
| Run `trimSpaces` at the problem/input/output directory to trim | |
| all input/output files. |