Added hello_world.js to /code

This commit is contained in:
Justin Abbott 2018-10-08 12:03:17 -05:00 committed by Luke Oliff
parent caec8cac6a
commit 35a7ecaa7a
1 changed files with 1 additions and 0 deletions

1
code/hello_world.js Normal file
View File

@ -0,0 +1 @@
console.log("Hello, world!");