Skip to content

Instantly share code, notes, and snippets.

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

  • Save VegasHank/054c90da0274b19c0834cd7be38fd647 to your computer and use it in GitHub Desktop.

Select an option

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