Guest User

Untitled

a guest
Nov 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <avr/pgmspace.h>
  2.  
  3. int main(void)
  4. {
  5. PGM_P p = PSTR("|<>^+=?/[];,*\"\\");
  6. return 0;
  7. }
Add Comment
Please, Sign In to add comment