Skip to content

Commit 0735034

Browse files
committed
Docs: document the solve command
1 parent a676c79 commit 0735034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ $ sbt compile
2020
Run
2121
---
2222
```console
23-
$ sbt run
23+
$ sbt "run solve <problem-name>"
2424
```
2525

26+
This will try to solve the problem with the given name.
27+
2628
Test
2729
---
2830
```console

0 commit comments

Comments
 (0)