Skip to content

Commit aea3bdb

Browse files
changed matrix
1 parent 14342f3 commit aea3bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

matrix-code/src/matrix_code/core.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
(defn -main
2222
[& args]
23-
(let [m1 [[1 2 3] [4 5 6]]
24-
m2 [[1 2] [3 4] [5 6]]
23+
(let [m1 [[1 2] [3 4]]
24+
m2 [[5 6] [7 8]]
2525
]
2626
(println (matrix-mult m1 m2))))

0 commit comments

Comments
 (0)