Skip to content

Instantly share code, notes, and snippets.

@DanilSuits
Created August 6, 2021 02:36
Show Gist options
  • Save DanilSuits/c66349018b48d435491868e5fc87e93f to your computer and use it in GitHub Desktop.
Save DanilSuits/c66349018b48d435491868e5fc87e93f to your computer and use it in GitHub Desktop.
TDDbE: Fibonacci
// BEFORE
return 2
// AFTER
return 1 + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment