index
:
sil
master
Simple programming language, compiling to ABC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
issue-4.sil
blob: 09e41db6b22ddcf4631f960532ab8b43875c4251 (
plain
) (
blame
)
1
2
3
4
Int
main
()
{
Int
x
:=
5
,
y
:=
10
;
return
x
;
}