From 5ee761d56d2ae36397200ce69f6b8eee9264b291 Mon Sep 17 00:00:00 2001 From: Zoran Pandovski Date: Mon, 23 Oct 2017 15:13:43 +0200 Subject: [PATCH] Clean authomorphic numbers dir --- math/automorphic_numbers/{ => JavaScript}/automorphic.js | 0 math/automorphic_numbers/{ => c#}/automorphic.cs | 0 math/automorphic_numbers/{ => c++}/automorphic.cpp | 0 math/automorphic_numbers/{ => java }/AutomorphicNumber.java | 0 math/automorphic_numbers/{ => python}/automorphic.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename math/automorphic_numbers/{ => JavaScript}/automorphic.js (100%) rename math/automorphic_numbers/{ => c#}/automorphic.cs (100%) rename math/automorphic_numbers/{ => c++}/automorphic.cpp (100%) rename math/automorphic_numbers/{ => java }/AutomorphicNumber.java (100%) rename math/automorphic_numbers/{ => python}/automorphic.py (100%) diff --git a/math/automorphic_numbers/automorphic.js b/math/automorphic_numbers/JavaScript/automorphic.js similarity index 100% rename from math/automorphic_numbers/automorphic.js rename to math/automorphic_numbers/JavaScript/automorphic.js diff --git a/math/automorphic_numbers/automorphic.cs b/math/automorphic_numbers/c#/automorphic.cs similarity index 100% rename from math/automorphic_numbers/automorphic.cs rename to math/automorphic_numbers/c#/automorphic.cs diff --git a/math/automorphic_numbers/automorphic.cpp b/math/automorphic_numbers/c++/automorphic.cpp similarity index 100% rename from math/automorphic_numbers/automorphic.cpp rename to math/automorphic_numbers/c++/automorphic.cpp diff --git a/math/automorphic_numbers/AutomorphicNumber.java b/math/automorphic_numbers/java /AutomorphicNumber.java similarity index 100% rename from math/automorphic_numbers/AutomorphicNumber.java rename to math/automorphic_numbers/java /AutomorphicNumber.java diff --git a/math/automorphic_numbers/automorphic.py b/math/automorphic_numbers/python/automorphic.py similarity index 100% rename from math/automorphic_numbers/automorphic.py rename to math/automorphic_numbers/python/automorphic.py