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
/
binary-ops.cup
blob: a7a3cd23eca57f5ff6b3484e835fbe719ad0dec8 (
plain
) (
blame
)
1
2
3
fn main(): int { return 2 + 5 * (12 / 4) - 1; }