tvl-depot/ach/functions.ach
2021-03-07 15:29:59 -05:00

3 lines
56 B
Text

fn id x = x
fn plus x y = x + y
fn main = plus (id 2) 7