From 22db2a785ebd2c413989cce4cb4c717e48a63c51 Mon Sep 17 00:00:00 2001 From: sgf Date: Wed, 8 Dec 2021 18:49:49 +0300 Subject: [PATCH] chore!: Rename directory day1a to day1. --- {day1a => day1}/git_hooks/post-commit | 0 {day1a => day1}/in.txt | 0 {day1a => day1}/input.txt | 0 {day1a => day1}/main.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {day1a => day1}/git_hooks/post-commit (100%) rename {day1a => day1}/in.txt (100%) rename {day1a => day1}/input.txt (100%) rename {day1a => day1}/main.go (100%) diff --git a/day1a/git_hooks/post-commit b/day1/git_hooks/post-commit similarity index 100% rename from day1a/git_hooks/post-commit rename to day1/git_hooks/post-commit diff --git a/day1a/in.txt b/day1/in.txt similarity index 100% rename from day1a/in.txt rename to day1/in.txt diff --git a/day1a/input.txt b/day1/input.txt similarity index 100% rename from day1a/input.txt rename to day1/input.txt diff --git a/day1a/main.go b/day1/main.go similarity index 100% rename from day1a/main.go rename to day1/main.go -- 2.20.1