December 2017
Intermediate to advanced
260 pages
7h 34m
English
The program is compiled using the following command:
kotlinc CSV.kt -o CSV
In the preceding code, CSV.kt is the name of the file containing the Kotlin code and -o CSV specifies the output filename.
On successful compilation, the command generates two new files, namely CSV.exe (Windows executable) and CSV.kt.bc:

Read now
Unlock full access