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
/
030_length_string.xi
blob: bc6011a2d7f0dcdee17790ce786510be51e40b79 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
main
()
:
int
{
x
:
int
[]
=
"Wroclaw"
return
length
(
x
)
}
//@PRACOWNIA
//@out Exit code: 7