From c91c280211b7706561d97c8131600398063c7527 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 4 Dec 2022 21:18:46 +0100 Subject: [AoC2022] Rust 03 --- AoC2022/03/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/03/makefile') diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile index abcd94b..f781686 100644 --- a/AoC2022/03/makefile +++ b/AoC2022/03/makefile @@ -11,4 +11,4 @@ run: emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit # sbcl --load ~/.sbclrc --script solver.lisp - # rustc solver.rs && ./solver + rustc solver.rs && ./solver -- cgit v1.2.3