mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
got rid of 'accept' dir in the tests
This commit is contained in:
13
tests/run/tarray3.nim
Executable file
13
tests/run/tarray3.nim
Executable file
@@ -0,0 +1,13 @@
|
||||
discard """
|
||||
file: "tarray3.nim"
|
||||
output: "3"
|
||||
"""
|
||||
# simple check for two dimensional arrays
|
||||
|
||||
const
|
||||
myData = [[1,2,3], [4, 5, 6]]
|
||||
|
||||
echo myData[0][2] #OUT 3
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user