Advertisement
alien_fx_fiend

Discord Code Tags Examples

May 8th, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ```yourlang
  2. Code
  3. ```
  4.  
  5. like this ```c
  6. Hello World
  7. { printf("hi\n");
  8. return 0;
  9. }
  10. ```
  11.  
  12. Hello World
  13. { printf("hi\n");
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement