From 25207f2ddc84c14f33dc09017f376cd8cf7019c4 Mon Sep 17 00:00:00 2001 From: Jim Cooper Date: Thu, 3 Oct 2019 20:59:33 -0600 Subject: [PATCH] Add Hello World --- demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.js b/demo.js index ee72de3..84d6688 100644 --- a/demo.js +++ b/demo.js @@ -1,6 +1,6 @@ 'use strict'; (function() { - + display('Hello World'); })(); \ No newline at end of file