template
This commit is contained in:
@@ -1,10 +1,3 @@
|
|||||||
async function start() {
|
|
||||||
console.log("Application starts...");
|
|
||||||
|
|
||||||
console.log("Application ends...");
|
|
||||||
}
|
|
||||||
|
|
||||||
start();
|
|
||||||
export function name(foo : number) : number {
|
export function name(foo : number) : number {
|
||||||
return foo + 1;
|
return foo + 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user