index
:
compiler_construction
this commit
main
Project for Compiler Construction course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pracownia3
/
010_length_empty.xi
blob: 46b302581e7ba837e1d330ca364ab86db0543f27 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
main
()
:
int
{
x
:
int
[]
=
{}
return
length
(
x
)
}
//@PRACOWNIA
//@out Exit code: 0