Advertisement
Guest User

Untitled

a guest
May 6th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // This is an inline comment
  2.  
  3. /* This is a block comment
  4. and it can span multiple lines
  5. like this
  6. */
  7.  
  8. // This is also helpful in commenting
  9. // out code
  10.  
  11. /*
  12. func brokenClock() {
  13. // Broken stuff
  14. }
  15. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement