Skip to content

Instantly share code, notes, and snippets.

@elct9620
Created October 16, 2017 07:28
Show Gist options
  • Save elct9620/2bf37a925e49107b6686d1d76ab20d5f to your computer and use it in GitHub Desktop.
Save elct9620/2bf37a925e49107b6686d1d76ab20d5f to your computer and use it in GitHub Desktop.
soruce = File.readlines('source.txt').map(&:chomp)
target = File.readlines('target.txt').map(&:chomp)
source - target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment