summary refs log tree commit diff stats
path: root/revive.toml
diff options
context:
space:
mode:
Diffstat (limited to 'revive.toml')
0 files changed, 0 insertions, 0 deletions
v>
2
3
4
5
                


                                              
  
(function main [
  ((x integer) <- copy (1 literal))
  ((y integer) <- copy (3 literal))
  ((z integer) <- add (x integer) (y integer))
])