Created
August 6, 2021 02:36
-
-
Save DanilSuits/c66349018b48d435491868e5fc87e93f to your computer and use it in GitHub Desktop.
TDDbE: Fibonacci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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