AbstractBeliefs

Untitled

Jul 30th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <WProgram.h>
  2.  
  3. int main(void)
  4. {
  5. init();
  6.  
  7. setup();
  8.  
  9. for (;;)
  10. loop();
  11.  
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment