From 1a6dfdadc5cce9f9ed54046f51c2b6e57e61c2e7 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 5 Dec 2022 01:41:02 +0100 Subject: [AoC2022] 04 Elixir --- AoC2022/04/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'AoC2022/04/makefile') diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile index a7661bd..6516fa4 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -12,3 +12,4 @@ run: sbcl --load ~/.sbclrc --script solver.lisp emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit rustc solver.rs && ./solver + elixir solver.ex -- cgit v1.2.3