From 1b90dfedf9565d3c7b5e2339e4569ccfc29ad41e Mon Sep 17 00:00:00 2001 From: thorn0 Date: Mon, 30 Sep 2013 13:32:41 +0300 Subject: [PATCH] TypeScript: fixed syntax, it wasn't TypeScript at all --- samples/TypeScript/hello.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/TypeScript/hello.ts b/samples/TypeScript/hello.ts index 4b65a573..184dfcc9 100644 --- a/samples/TypeScript/hello.ts +++ b/samples/TypeScript/hello.ts @@ -1 +1 @@ -console.log "Hello, World!" +console.log("Hello, World!");