Created
April 2, 2016 10:09
-
-
Save ochronus/0f227d8682d9c49a5da421917f968039 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(defn -main [& args] | |
(if (nth args 0) | |
(bf-interpreter (slurp (nth args 0))) | |
(println "Please specify a brainfuck file as the first argument"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment