Text processing/Max licenses in use: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Kotlin
PureFox (talk | contribs)
m →‎{{header|Kotlin}}: Changed 'var' to 'val' as the variable 'f' is only assigned to once.
Line 1,360:
var maxLicenses = 0
val dates = mutableListOf<String>()
varval f = File(filePath)
 
f.forEachLine { line ->