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
/
027_init_2_variables.xi
blob: b417ab1e964ef7fd4cf464311531edd3014eb583 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
main
()
:
int
{
x
:
int
=
42
;
y
:
int
=
43
;
return
14
}
//@PRACOWNIA
//@out Exit code: 14