index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a369.py
blob: 840be06bea99a6654156d5224be244eecef50680 (
plain
)
1
2
3
4
def min_of_two( x, y ): if x < y: return x return y