1
1
Fork 0
AtomicKotlinCourse/Introduction to Objects/Testing/Exercise 1/task.md

171 B

Testing (#1)

Implement a function abs() that returns the absolute value of its parameter. Use eq to test it in main() using the arguments 0, 42, and -239.