From a0cab3bbeaabe452eb9b5a63ddfb2643caf79482 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 5 Dec 2022 01:02:49 +0100 Subject: [AoC2022] Rust 04 --- AoC2022/04/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/04/makefile') diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile index f4940ca..a7661bd 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -11,4 +11,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 + rustc solver.rs && ./solver -- cgit v1.2.3