Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. void setup() {
  2. Serial.begin(9600);
  3. Serial.print("Hello");
  4. }
  5.  
  6. void loop() {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement