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
/
pracownia4
/
pracownia3
/
014_assign.xi
blob: bb62c6721ca0bcc41fbe9a70784c5a10fbc114fe (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
main
()
:
int
{
x
:
int
=
42
x
=
10
return
x
}
//@PRACOWNIA
//@out Exit code: 10