fork download
  1.  
  2. arr = [["01","02"],["11","12"]];
  3.  
  4. p arr
Success #stdin #stdout 0s 28688KB
stdin
Standard input is empty
stdout
[["01", "02"], ["11", "12"]]