Skip to content

AzuObs/simple-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the dev app

sbt "run ."

Test the app

sbt test

Run the compiled app

java -jar dist/SimpleSearch.jar .

Assemble the app

sbt assembly
cp target/scala-2.12/SimpleSearch.jar dist/SimpleSearch.jar

About

Simple search algorithm with test suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages