Created
April 15, 2015 18:06
-
-
Save ArupSen/4a578699516c81236f93 to your computer and use it in GitHub Desktop.
Basic starter file for solving Code Eval puzzles in ruby
This file contains 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
# 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