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