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