From b47e3608b5e48c1aa772ee8ce0952f27fc0b2d0e Mon Sep 17 00:00:00 2001 From: OMGiTzPomPom Date: Fri, 29 Mar 2024 12:15:39 +0100 Subject: [PATCH] template --- src/exercises/Template/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/exercises/Template/index.ts b/src/exercises/Template/index.ts index 815e8a5..667f905 100644 --- a/src/exercises/Template/index.ts +++ b/src/exercises/Template/index.ts @@ -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; }