Skip to content

Instantly share code, notes, and snippets.

@yumyo
Last active March 18, 2020 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yumyo/9e859b3f5c9da6d61ea382ca3c4f5646 to your computer and use it in GitHub Desktop.
Save yumyo/9e859b3f5c9da6d61ea382ca3c4f5646 to your computer and use it in GitHub Desktop.
{
"fibonacci": {
"0": 0,
"1": 1,
"2": 1,
"3": 2,
"4": 3,
"5": 5,
"6": 8,
"7": 13,
"8": 21,
"9": 34,
"10": 55,
"11": 89,
"12": 144,
"13": 233,
"14": 377,
"15": 610,
"16": 987,
"17": 1597,
"18": 2584,
"19": 4181,
"20": 6765,
"21": 10946,
"22": 17711,
"23": 28657
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment