From 1aa6d081fdcd92a9dfc7e8ed7a89e5857e3dd130 Mon Sep 17 00:00:00 2001 From: Alfonso Neil Jimenez Casallas Date: Tue, 26 May 2020 01:27:20 -0500 Subject: [PATCH] Funny message in english by Alfonso Jimenez --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5274bd4..45f471c 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", + "Tell me how you develop software and I will tell who you are.", ]; const funnyCommit = () => { @@ -25,4 +26,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};