From 9da730358657870700459b9564a3c1e8d090bdef Mon Sep 17 00:00:00 2001 From: l33pif <60081857+l33pif@users.noreply.github.com> Date: Fri, 21 Aug 2020 13:42:51 -0500 Subject: [PATCH] Update index.js adding my funny comment --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5274bd4..8c7bdc9 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "Programer: An organism that turns caffeine and pizza into software" ]; const funnyCommit = () => { @@ -25,4 +26,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};