Last active
May 30, 2022 17:16
-
-
Save mcsee/e20277044d2e7955b0f745841509d3a7 to your computer and use it in GitHub Desktop.
This file contains 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
<? | |
private function doSomeCrazyMathToFindAMagicNumber() { | |
return (new CrazyObjectCalculator())->findMagicNumber(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment