Fixes to utils

This commit is contained in:
Jim Cooper
2019-10-03 20:26:10 -06:00
parent fc94b08b0b
commit f6aec34d41
5 changed files with 66 additions and 7 deletions

View File

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