template
This commit is contained in:
parent
97522013f3
commit
b47e3608b5
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user