Skip to content

Instantly share code, notes, and snippets.

@EvanBurchard
Created December 12, 2008 06:16
Show Gist options
  • Save EvanBurchard/35034 to your computer and use it in GitHub Desktop.
Save EvanBurchard/35034 to your computer and use it in GitHub Desktop.
desc 'Hello World'
task :hello_world do
puts "Hello World"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment