add linear algebra dependencies
This commit is contained in:
parent
2982349d85
commit
f8735258a4
1 changed files with 3 additions and 1 deletions
4
aoc.asd
4
aoc.asd
|
@ -12,7 +12,9 @@
|
||||||
#:cl-cookie
|
#:cl-cookie
|
||||||
#:plump
|
#:plump
|
||||||
#:lquery
|
#:lquery
|
||||||
#:fiveam)
|
#:fiveam
|
||||||
|
#:array-operations
|
||||||
|
#:lla)
|
||||||
:components ((:module "src"
|
:components ((:module "src"
|
||||||
:components
|
:components
|
||||||
((:file "main")
|
((:file "main")
|
||||||
|
|
Loading…
Reference in a new issue