Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. function main()
  2. dim = 1000
  3. a = rand(dim, dim)
  4. @time a * a
  5. end
  6.  
  7.  
  8. main()
Add Comment
Please, Sign In to add comment