Skip to content
Snippets Groups Projects
Commit ba9afcff authored by TIRONI Baptiste's avatar TIRONI Baptiste
Browse files

Update file Untitled-1.ts

parent b2c2b440
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,11 @@ function deb1(): number {
tab.push(j);
}
return j;
}
function deb2(x: number, y: number) : void {
const tmp = y;
y = x;
x = tmp;
console. log(x, y);
}
\ 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