Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Alright, this is how you do the command
  2.  
  3. ```
  4.  
  5. apply this on the start
  6.  
  7. and apply this this on the end
  8.  
  9. for syntax highlighting do ```[programming language]
  10. a example is
  11. ```cpp
  12. #include <iostream>
  13. int main(){
  14.  
  15. return 0;
  16.  
  17. }
  18. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement