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
/
a767.py
blob: f50e422d19e267ecc1a9b381ee0bd049a6d0c3da (
plain
)
1
2
3
4
5
def minimum(a,b): if a <= b: return a else: return b