Created
January 25, 2020 23:27
-
-
Save BrooklinJazz/159a9e37d3ae0dbd0580af8ff0094059 to your computer and use it in GitHub Desktop.
simple guide to creating world peace
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
| function solveWorldPeace(worldPeace) { | |
| if (!worldPeace) { | |
| worldPeace = true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment