Skip to content

Instantly share code, notes, and snippets.

@conradwt
Created May 16, 2015 19:50
Show Gist options
  • Save conradwt/8e02f36e977efe97b617 to your computer and use it in GitHub Desktop.
Save conradwt/8e02f36e977efe97b617 to your computer and use it in GitHub Desktop.
Checkpoint [6]: Sublime Text Assignment
[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