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