From a3a874f935800e1f76e91b850e709d5c3a710088 Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 10 Jan 2020 14:44:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=86=92=20newtons-method/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newtons-method.py => newtons-method/newtons-method.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename newtons-method.py => newtons-method/newtons-method.py (100%) diff --git a/newtons-method.py b/newtons-method/newtons-method.py similarity index 100% rename from newtons-method.py rename to newtons-method/newtons-method.py