diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 21:18:46 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 21:18:46 +0100 |
commit | c91c280211b7706561d97c8131600398063c7527 (patch) | |
tree | 32c52400e649f1f6822b3b5a4a44cf455d6ad350 /AoC2022/03/makefile | |
parent | 11cf813afa9c60d7404dc09bd0a72ea95e1a5268 (diff) | |
download | scratch-c91c280211b7706561d97c8131600398063c7527.tar.gz scratch-c91c280211b7706561d97c8131600398063c7527.tar.bz2 scratch-c91c280211b7706561d97c8131600398063c7527.zip |
[AoC2022] Rust 03
Diffstat (limited to 'AoC2022/03/makefile')
-rw-r--r-- | AoC2022/03/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |