index
:
Cours_UM.git
master
[no description]
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sem_4
/
progaapp
/
TP1
/
fichiertd.rkt
blob: 6d18283c9bbdaafe43be68b40586156d54000f1e (
plain
)
1
2
3
#lang racket (define (puis2 x)(* x x)) (define (puis4 x)(puis2 (puis2 x)))