Skip to content

Commit

Permalink
fix: add back outln
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Feb 4, 2024
1 parent 734d2a9 commit 5c4f739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/array_oop/main.jule
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ fn main() {
let arr1: [6]i32 = [9,16,32,64,128,256]
assert(arr0.len == 5)
assert((arr1).len == 6)
outln(arr0.len)
outln((arr1).len)
}

0 comments on commit 5c4f739

Please sign in to comment.