Advertisement
gabbyshimoni

targil2-19042020

Apr 20th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. void setup() {
  2.   Serial.begin(9600);
  3.   for (int i = 5; i <= 13; i++) {
  4.     Serial.println(i);
  5.   }
  6. }
  7.  
  8. void loop() {
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement