Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 570 Bytes

Just some random stuff

Layout:

	src
     |-main/
         |.../Sorting.scala — some simple sorting algorithms
         |.../nnprblms — part of 99 scala problems solutions
     |-test/
         |.../SortingTests.scala

99 Scala problems link.

To test it locally:

  1. Install the current stable binary release of sbt

  2. Get the source code.

     $ git clone git://github.com/yesyesyes/RandomStuff.git
    
  3. run

     $ sbt test