Advertisement
baldengineer

Swarley

Dec 10th, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. void setup() {
  2.   Serial.begin(9600);
  3.   if ((random(1,1000)) < 999)
  4.     Serial.print("Yes");
  5.   else
  6.     Serial.print("No");
  7. }
  8.  
  9. void loop() {
  10.  
  11. }
  12.  
  13. #Yes
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement