Skip to content

Commit df36119

Browse files
authored
Update ArrayTest.cdrv
1 parent 49b5af1 commit df36119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/cdrv/ArrayTest.cdrv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit share get {
1+
unit sample get {
22
cdrv.Math
33
}
44

@@ -29,4 +29,4 @@ share ArrayTest {
2929
int[] single = [42]
3030
output "Single element: " + single[0]
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)