Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TIL - Today I Learned
  2.  
  3. 6/18/2018
  4. Command-D can be used in sublime to select multiple instances of the same named variable to be edited at once.
  5.  
  6. 6/17/2018
  7. You can input text into a text document via the terminal with the command echo "yourtext" >> filename
  8.  
  9. 6/17/2018
  10. You can write code using triple backticks
  11. ```ruby
  12. def hello
  13. puts "hello world"
  14. end
  15. ```
  16.  
  17. 6/17/2018
  18. Gists are a tool for sharing texts and can be accessed in the github dropdown menu in the upper right hand corner of the webpage.
Add Comment
Please, Sign In to add comment