Jump to content

Text processing/Max licenses in use: Difference between revisions

m
→‎{{header|Kotlin}}: Changed 'var' to 'val' as the variable 'f' is only assigned to once.
(Added Kotlin)
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 ->
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.