RosettaCodeData/Task/Memory-allocation/Julia/memory-allocation.julia

3 lines
54 B
Plaintext

matrix = Array{Float64,2}(100,100)
matrix[31,42] = pi