Add Hello World

This commit is contained in:
Jim Cooper
2019-10-03 20:59:33 -06:00
parent f6aec34d41
commit 25207f2ddc

View File

@@ -1,6 +1,6 @@
'use strict';
(function() {
display('Hello World');
})();