index
:
bl-compiler.git
master
compiler for the bl programming language.
Cori Barker
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
#test.bl#
blob: 0548497ba72db36462e67bd1d845d756c59c3a62 (
plain
)
1
2
3
int a = 6; int b = 7; int c = a * b;