Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua authored Apr 24, 2020
1 parent 44befe5 commit 98496d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MatrixMultiplication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ C = [1, 3]

### 測試資料

以下測試資料中,請計算 `A``B` 相乘,並比對正確答案 `C`

```julia
A1 = rand(5, 5)
B1 = rand(5, 5)
Expand Down

0 comments on commit 98496d0

Please sign in to comment.