Haskell is a purely functional programming language. You can find out more about Haskell here.
Install the Haskell Platform and
ensure that the stack
executable is on the path.
Simply run:
stack install --local-bin-path bin
to build the binary and put it into a folder in the root of the
project called bin
.
Haskell creates native binaries so you can simply run:
./bin/EntelectChallenge2018-exe
from the command line to invoke the bot program.