Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Exercise #1: absolute value

Implement a function with the following type:

val f : int -> int = <fun>

such that f x is the absolute value of x.