Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. TIL - Today I Learned
  2.  
  3. ### 2018/06/17
  4. You can write code using *triple backticks*
  5. ```ruby
  6. def hello
  7. puts "hello world"
  8. end
  9. ```
  10.  
  11. ### 2018/06/17
  12. Gists are a tool for sharing texts!
Add Comment
Please, Sign In to add comment