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-7.sil
blob: 81fea4299a476380c8841dd88a89afe1770cac5b (
plain
) (
blame
)
1
2
3
4
5
Bool
main
()
{
Int
x
;
x
:=
10
;
return
True
;
}