Created
May 16, 2015 19:50
-
-
Save conradwt/8e02f36e977efe97b617 to your computer and use it in GitHub Desktop.
Checkpoint [6]: Sublime Text Assignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[11:32] [~] $ vim hello_world_with_vim.rb | |
[12:42] [~] $ cat hello_world_with_vim.rb | |
def hello_world | |
puts "hello world, vim is cool!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment