From 7c577813b21c1c4edb93dd9775dac5a8db17bd85 Mon Sep 17 00:00:00 2001 From: Cameron Hardy Date: Thu, 25 Oct 2018 16:15:58 -0600 Subject: [PATCH] Renamed haskell/ to Haskell to follow convention, added hello_world.ts for TypeScript --- TypeScript/hello_world.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 TypeScript/hello_world.ts diff --git a/TypeScript/hello_world.ts b/TypeScript/hello_world.ts new file mode 100644 index 0000000..1d156df --- /dev/null +++ b/TypeScript/hello_world.ts @@ -0,0 +1 @@ +alert('Hello world!');