Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
procedure main(args)
|
||||
nr := integer(args[1]) | 3 # Default to 3x3
|
||||
nc := integer(args[2]) | 3
|
||||
|
||||
A := list(nr)
|
||||
every !A := list(nc)
|
||||
|
||||
x := ?nr # Select a random element
|
||||
y := ?nc
|
||||
|
||||
A[x][y] := &pi
|
||||
write("A[",x,"][",y,"] -> ",A[x][y])
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue