Skip to content

Instantly share code, notes, and snippets.

@boxmein
Created September 17, 2013 19:16
Show Gist options
  • Save boxmein/6599306 to your computer and use it in GitHub Desktop.
Save boxmein/6599306 to your computer and use it in GitHub Desktop.
Another terribly unnecessary script for the unnecessary esoteric language.
# http://esolangs.org/wiki/Unnecessary
# Unnecessary interpreter for the unnecessary language.
# Usage: unnecessary.rb <file>
puts "Error: program file exists" if ARGV[0] and File.exist? ARGV[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment