index
:
course
main
Unnamed repository; edit this file 'description' to name the repository.
Anhgelus Morhtuuzh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semestre 3
/
structures des données
/
td
/
td1
/
exo5
/
A.c
blob: a18d17b7e72eb1e0f74071a227c9db7e63546c24 (
plain
)
1
2
3
4
5
6
#include
"A.h"
int
f
(
int
n
){
/* do some funky stuff */
return
n
;
}