diff --git a/src/main.ts b/src/main.ts index 1118b79..ae9e3a9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,9 +1 @@ -function sayMyName(name: string): void { - if (name === "Heisenberg") { - console.log("You're right 👍"); - } else { - console.log("You're wrong 👎"); - } - } - - sayMyName("Heisenberg"); \ No newline at end of file +console.log("Hello, World!"); \ No newline at end of file