index
:
ING1-Projects.git
main
Projets ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tiger-compiler
/
tests
/
llvmtranslate
/
simple_function_int_param.tig
blob: f27bd5b3138e504ffa1ffe1acc23c51d48db54ab (
plain
)
1
2
3
4
5
let function funky(k: int): int = 10 in funky(30) end