AbstractBeliefs

Untitled

Mar 5th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. // lol.h
  2. int lol;
  3.  
  4.  
  5. // somecode.pde
  6. #include "lol.h"
  7.  
  8. void setup(){}
  9. void loop(){
  10.   delay(1000);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment