Files
grokking_algorithms/05_hash_tables/kotlin
NikitaLipatov 64a09d6584 05 & 06 exercises (#114)
Co-authored-by: Aditya Bhargava <bluemangroupie@gmail.com>
2022-11-18 14:34:48 -06:00
..
2022-11-18 14:34:48 -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