diff --git a/yolo.js b/yolo.js new file mode 100644 index 0000000000..22aa0c12d4 --- /dev/null +++ b/yolo.js @@ -0,0 +1,2 @@ +// the hello world program +console.log('Hello World');