Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.28 KB

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.