Skip to content
Snippets Groups Projects
Commit 97e53fac authored by HUET Severin's avatar HUET Severin
Browse files

code exercice 1

parent 8c96c024
No related branches found
No related tags found
No related merge requests found
function deb1(): number{
let j = 200;
for (let i=0; i<10; i++){
j -= 10;
}
return j;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment