Skip to content

Instantly share code, notes, and snippets.

@wasabili
Created October 7, 2010 11:13
Show Gist options
  • Save wasabili/614966 to your computer and use it in GitHub Desktop.
Save wasabili/614966 to your computer and use it in GitHub Desktop.
(use file.util)
(let ((x (file->string-list "input.txt")))
(display (apply - (map string->number x))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment