Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
[rows, cols] = dims = eval[input["Enter dimensions: ", ["Rows", "Columns"]]]
|
||||
a = new array[dims, 0] // Create and initialize to 0
|
||||
a@(rows-1)@(cols-1) = 10
|
||||
println[a@(rows-1)@(cols-1)]
|
||||
Loading…
Add table
Add a link
Reference in a new issue