Skip to content

Instantly share code, notes, and snippets.

@ArupSen
Created April 15, 2015 18:06
Show Gist options
  • Save ArupSen/4a578699516c81236f93 to your computer and use it in GitHub Desktop.
Save ArupSen/4a578699516c81236f93 to your computer and use it in GitHub Desktop.
Basic starter file for solving Code Eval puzzles in ruby
# problem description here
#
File.open(ARGV[0]).each_line do |line|
# solution here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment