Skip to content

Instantly share code, notes, and snippets.

@omegatakuma
Created December 14, 2011 11:09
Show Gist options
  • Save omegatakuma/1476158 to your computer and use it in GitHub Desktop.
Save omegatakuma/1476158 to your computer and use it in GitHub Desktop.
1からnまで足す
add 1 = 1
add n = n + add (n - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment