Fix hello world text

This commit is contained in:
Jim Cooper
2019-09-06 19:58:02 -06:00
parent 05afdad6ec
commit fc94b08b0b

View File

@@ -1,3 +1,3 @@
'use strict';
display('hello world!!!');
display('Hello, world!!!');