diff --git a/helloworld.ts b/helloworld.ts new file mode 100644 index 0000000..59f00eb --- /dev/null +++ b/helloworld.ts @@ -0,0 +1,3 @@ +// Made By Me +let variable = "HELLO WORLD"; +console.log(variable) \ No newline at end of file