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: 41bf57dddc073b9ff4b37ac18e681d33909579b8 (
plain
)
1
2
3
4
5
int a = 5; int b = 6; int c = a * b;