index
:
~wrmr/lang
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.lang
blob: f71708630da28c2476e94b55065dff9343f68dca (
plain
)
1
2
3
4
5
6
func main(a, b i64) i64 { if a < b { return a + b } return b }