diff --git a/hello.ld b/hello.ld index 8c950ba..5cbca10 100644 --- a/hello.ld +++ b/hello.ld @@ -1,8 +1 @@ -fn explode_if_ten { - (10) -> panic! ("That was ten") - (x) -> print ("Ok, not ten!") -} - -explode_if_ten (8) - -explode_if_ten (10) \ No newline at end of file +do "hello!" > fn (x) -> print (x) > print \ No newline at end of file