2 lines
77 B
Common Lisp
2 lines
77 B
Common Lisp
(mmul #2a((1 2) (3 4)) #2a((-3 -8 3) (-2 1 4)))
|
|
#2A((-7 -6 11) (-17 -20 25))
|