Skip to content

Instantly share code, notes, and snippets.

@ptantiku
Last active December 19, 2015 22:59
Show Gist options
  • Save ptantiku/6031663 to your computer and use it in GitHub Desktop.
Save ptantiku/6031663 to your computer and use it in GitHub Desktop.
q1
#!/usr/bin/env ruby
all=[*'0000'..'9999'];open('numbers.txt').each_line{|line|all[line.to_i]=nil};open('run_result.txt','w').puts all.compact!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment