index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a323.py
blob: d2f04c72b98792ee35b74b41483cb5bf3f56529c (
plain
)
1
2
3
4
def
max_of_two
(
x
,
y
):
if
x
>
y
:
return
x
return
y