From f3f8c67536e0660d9161399458f75cab3338dfa8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 15 Oct 2020 23:19:52 +0700 Subject: [PATCH] Hellow World Typescript --- helloworld.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.ts 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