From 65beb3ea0223e693ac348c6133e496ada2b2352f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 18 Dec 2024 14:20:57 +0100 Subject: Add 2019 day 7 solutions --- 2019/07/machine.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 2019/07/machine.lisp (limited to '2019/07/machine.lisp') diff --git a/2019/07/machine.lisp b/2019/07/machine.lisp new file mode 100755 index 0000000..798bbb8 --- /dev/null +++ b/2019/07/machine.lisp @@ -0,0 +1,6 @@ +#!/usr/bin/sbcl --script + +(load "../interpreter.lisp") + +(intcode:run (intcode:parse "input") *standard-input* *standard-output* + :initial-arguments (mapcar #'parse-integer (cdr *posix-argv*))) \ No newline at end of file -- cgit v1.2.3