Advertisement
Guest User

Untitled

a guest
May 25th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <pre>
  2. <font color="#00979c">void</font> <font color="#5e6d03">setup</font><font color="#000000">(</font><font color="#000000">)</font> <font color="#000000">{</font>
  3. &nbsp;<font color="#434f54">&#47;&#47; put your setup code here, to run once:</font>
  4.  
  5. <font color="#000000">}</font>
  6.  
  7. <font color="#00979c">void</font> <font color="#5e6d03">loop</font><font color="#000000">(</font><font color="#000000">)</font> <font color="#000000">{</font>
  8. &nbsp;<font color="#434f54">&#47;&#47; put your main code here, to run repeatedly:</font>
  9.  
  10. <font color="#000000">}</font>
  11.  
  12. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement