From 4a0c54b0cae902060c8ec9e0ec7d2d620a521e12 Mon Sep 17 00:00:00 2001 From: Derrek Gass Date: Thu, 8 Oct 2020 12:32:23 -0700 Subject: [PATCH] external script --- solutions/day-01/introduction.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 solutions/day-01/introduction.js diff --git a/solutions/day-01/introduction.js b/solutions/day-01/introduction.js new file mode 100644 index 0000000..316199c --- /dev/null +++ b/solutions/day-01/introduction.js @@ -0,0 +1 @@ +console.log('Welcome to 30DaysOfJavaScript') \ No newline at end of file