From 5a0db06e8c89112f0cad0560bdeb5135713baaa6 Mon Sep 17 00:00:00 2001 From: Masahiko Shin Date: Wed, 5 May 2021 14:21:20 +0900 Subject: [PATCH] Fix case of file name of isDivisible --- Maths/{isDivisible.js => IsDivisible.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Maths/{isDivisible.js => IsDivisible.js} (100%) diff --git a/Maths/isDivisible.js b/Maths/IsDivisible.js similarity index 100% rename from Maths/isDivisible.js rename to Maths/IsDivisible.js