Skip to content

Commit e864f2a

Browse files
committed
Addition of the SBT line to run a specific solution
1 parent 2a68dce commit e864f2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ You can run the solutions via SBT:
66

77
$ sbt test
88

9+
You can run a specific solution by specifying the full class name via:
10+
11+
$ sbt "test-only list.P01.sol01"
12+
913
# Recipes #
1014

1115
## ...to add a problem ##

0 commit comments

Comments
 (0)