1
1
Fork 0

Update README.md

This commit is contained in:
Bruce Eckel 2020-10-12 04:25:22 -06:00 committed by GitHub
parent 1a1af1259a
commit 9cf1cf0215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# AtomicKotlinCourse
If you want to use the text version of the exercises and solutions (rather than the EDU version
that runs inside IntelliJ IDEA):
- Download and unpack [the current release](https://github.com/svtk/AtomicKotlinCourse/releases/tag/v5.0)
- To check output and 'eq' for examples and exercise solutions, run `gradlew TestExamples`.
- To test the exercises against their given solutions, run `gradlew TestExercises`.