This commit is contained in:
OMGiTzPomPom 2024-03-29 12:15:39 +01:00
parent 97522013f3
commit b47e3608b5

View File

@ -1,10 +1,3 @@
async function start() {
console.log("Application starts...");
console.log("Application ends...");
}
start();
export function name(foo : number) : number {
return foo + 1;
}