Skip to content
Snippets Groups Projects
test9.kal 72 B
Newer Older
  • Learn to ignore specific revisions
  • def fib(x)
      if x < 3 then
        1
      else