Skip to content

Commit

Permalink
temario updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Lemus committed Jul 17, 2019
1 parent 4a6fde6 commit cbdd44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temario_training.todo
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ enum class Flour: Exotic {
}
abstract fun isGlutenFree() : Boolean
}
GENERICS Y FUNCTIONES AS PARAMETERS
GENERICS Y FUNCTIONES AS PARAMETERS (HIGH ORDER FUNCTIONS)
fun main() {
println(transform("kotlin", ::reverse))
println(transform("java", { reverse(it) }))
Expand Down

0 comments on commit cbdd44d

Please sign in to comment.