diff --git a/graySaysHello.js b/graySaysHello.js new file mode 100644 index 0000000..53e0d98 --- /dev/null +++ b/graySaysHello.js @@ -0,0 +1,7 @@ +function helloWorld () { + console.log('Ahhhh yes a friendly but lonely javascript file in a world of snakes'); +} + +function helloWorldTwo () { + console.log('hello test 3'); +}