1
1
Fork 0
AtomicKotlinCourse/Programming Basics/if Expressions/Exercise 3/task.md

5 lines
119 B
Markdown

## `if` Expressions (#3)
Create a function `findMax()` that finds the maximum value when given two
integer arguments.