Skip to content

ChrisHobday/HackerRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRank

HackerRank challenges written in Haskell using Stack

To run them use 'stack run' or 'stack ghci' (for the interactive environment) from their application directory

foo@bar:HackerRank/Functional Programming/HelloWorld$ stack run
foo@bar:HackerRank/Functional Programming/HelloWorld$ stack ghci

Or manually compile, then run the program with GHC

foo@bar:HackerRank/Functional Programming/HelloWorld/app$ stack ghc Main.hs
foo@bar:HackerRank/Functional Programming/HelloWorld/app$ ./Main

(Without stack)

foo@bar:HackerRank/Functional Programming/HelloWorld/app$ ghc Main.hs
foo@bar:HackerRank/Functional Programming/HelloWorld/app$ ./Main

About

HackerRank challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published