index
:
a404m/felan
master
This is a new language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
main.felan
blob: b059d042c3c515d8b5084e01c33f83dbc6731a12 (
plain
)
1
2
3
4
5
6
7
main :: () -> void { f(3); }; f :(u64)->void: (a:u64)->void{ print_u64 a; };