index
:
cup
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
variables.cup
blob: 83f4982e447e1f90621e8a400e2c906079f21b5d (
plain
) (
blame
)
1
2
3
4
5
6
7
fn main(): int { let x: int = 5; let y: int = 6; return x + y; }