Name:Kaiji Lu
Uni:kl3065

Collaborators: None

In order to run both othello applications, please run

stack ghc -- --make -Wall othello_minimax
stack ghc -- --make -Wall othello_alpha_beta

and test with

./ohello_minimax
./othello_alpha_beta
