-
-
Save eddyruiz/68c97dee7e3718e0f8a9221a5b04cde1 to your computer and use it in GitHub Desktop.
A saved mob programming session with Learn Teach Code!
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
| // CODE CHALLENGE | |
| // Fizz buzz: print 1 to 1000, replace 3 with fizz, 5 with buzz, | |
| //hello | |
| int c; | |
| for(c=0; c<100; c++){ | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment