Skip to content

Instantly share code, notes, and snippets.

@eddyruiz
Forked from VegasHank/mob-coding-challenge.js
Created June 29, 2017 02:11
Show Gist options
  • Select an option

  • Save eddyruiz/68c97dee7e3718e0f8a9221a5b04cde1 to your computer and use it in GitHub Desktop.

Select an option

Save eddyruiz/68c97dee7e3718e0f8a9221a5b04cde1 to your computer and use it in GitHub Desktop.
A saved mob programming session with Learn Teach Code!
// 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