This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
medfiz-clinical
/
crf
Suivre
6
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
75ba24ff6f
Branches
Tags
crfIRAEMM
hypoAfrica
master
printDev
tecant
v0.9
crf
/
web
/
tecant
/
test.js
test.js
90 B
Historique
Raw
1
2
3
4
5
6
var obj=new Object();
obj.message='Andrej';
function print(){
return this.message;
}