diff --git a/lib/random_number.js b/lib/random_number.js new file mode 100644 index 0000000..0d7d79c --- /dev/null +++ b/lib/random_number.js @@ -0,0 +1,3 @@ +const goCrazy = () => { + console.log('crazy'); +};