hacker-rank Repository of Hacker Rank Solutions Directory Structure /challenges --/{challenge name} ----haskell.hs //haskell solution ----clang.c //c solution ----dlang.d //d solution #Compilation Compile Haskell solutions with ghc -o program haskell.hs