From f9ea7cc1dfbaac932432cac358afe6e2600ce9c0 Mon Sep 17 00:00:00 2001 From: tevador Date: Sun, 21 Apr 2019 00:32:04 +0200 Subject: [PATCH] Remove capital letters from filenames #2 --- src/{Instruction.cpp => instruction2.cpp} | 0 src/{Instruction.hpp => instruction2.hpp} | 0 src/{Program.hpp => program2.hpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{Instruction.cpp => instruction2.cpp} (100%) rename src/{Instruction.hpp => instruction2.hpp} (100%) rename src/{Program.hpp => program2.hpp} (100%) diff --git a/src/Instruction.cpp b/src/instruction2.cpp similarity index 100% rename from src/Instruction.cpp rename to src/instruction2.cpp diff --git a/src/Instruction.hpp b/src/instruction2.hpp similarity index 100% rename from src/Instruction.hpp rename to src/instruction2.hpp diff --git a/src/Program.hpp b/src/program2.hpp similarity index 100% rename from src/Program.hpp rename to src/program2.hpp