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: b99a2848e37959ea44d6881718a123fbe0c884bc (
plain
)
1
2
3
4
5
6
7
main :: () -> void { a := 10000; while a > 0 { print_u64 2; a = a -1; } };