-
-
Save VegasHank/054c90da0274b19c0834cd7be38fd647 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