Files
grokking_algorithms/05_hash_tables/kotlin
bigpas 6b9faa9cab fix: naming convention. Min. refactor (#116)
* fix: naming convention. Min. refactor

* add: 05 for Kotlin
2019-11-12 09:18:17 -06:00
..

HOW TO:

Example 01:

Compile

kotlinc 01_price_of_groceries.kt -include-runtime -d price_of_groceries.jar

Execute

java -jar price_of_groceries.jar

Example 02:

Compile

kotlinc 02_check_voter.kt -include-runtime -d check_voter.jar

Execute

java -jar check_voter.jar