tvl-depot/ach/functions.ach

4 lines
56 B
Text
Raw Normal View History

2021-03-07 15:29:59 -05:00
fn id x = x
fn plus x y = x + y
fn main = plus (id 2) 7