Skip to content

Instantly share code, notes, and snippets.

@ochronus
Created April 2, 2016 10:09
Show Gist options
  • Save ochronus/0f227d8682d9c49a5da421917f968039 to your computer and use it in GitHub Desktop.
Save ochronus/0f227d8682d9c49a5da421917f968039 to your computer and use it in GitHub Desktop.
(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