Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // CODE CHALLENGE
  2. // Fizz buzz: print 1 to 1000, replace 3 with fizz, 5 with buzz,
  3.  
  4. //hello
  5. int c;
  6.  
  7. for(c=0; c<100; c++){
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement