index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
main.felan
blob: 61448583875a6236c81d5d1cbc563930abf93078 (
plain
)
1
2
3
4
5
6
7
main :: () -> void { b := false; if b print_u64 2; else print_u64 3; };