Skip to content

csixteen/99Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

99 Problems

My solutions to 99 Problems. This is work in progress and my functional languages playground.

Dependencies

  • sbcl
  • sbt
  • GNU Make

Running the tests

Every solution to a problem is covered by one or more unit tests. In order to run the unit tests you just need to specify one of the following targets: all, lisp or scala.

$ make all
$ make lisp
$ make scala

References

LICENSE

See LICENSE.