Advertisement
Guest User

Competición

a guest
Mar 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. int n = 0;
  2.  
  3. void setup(){
  4.    Serial.begin(9600);
  5. }
  6. void loop(){
  7.    n++;
  8.    Serial.println(n);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement