Skip to content

Commit 48b691e

Browse files
Refactor directory
1 parent c7b0d4f commit 48b691e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: 2022/day01/day01.go renamed to 2022-go/day01/day01.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
lines := readAllLines("./2022/day01/input_test.txt")
12+
lines := readAllLines("./2022-go/day01/input_test.txt")
1313

1414
log.Println("Day 01 Part 01")
1515
partOne(lines)
File renamed without changes.
File renamed without changes.

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Solving a series of puzzles for the [Advent of Code][aoc] challenge.
44
The solutions are written in Python, Swift and/or Go.
55

66
| <img alt="Python" width="120" height="120" src="https://cdn.worldvectorlogo.com/logos/python-5.svg"/> | <img alt="Swift" width="120" height="120" src="https://cdn.worldvectorlogo.com/logos/swift-15.svg"/> | <img alt="Go" width="120" height="120" src="https://cdn.worldvectorlogo.com/logos/golang-1.svg"/> |
7-
| -------------- | ------------------------------------ |------------|
8-
| [2021](/2021/) | [2021.playground](/2021.playground/Pages/) | |
9-
| | | [2022](/2022/) |
7+
| -------------- | ------------------------------------ |---------------------------------------------------------------------------------------------------|
8+
| [2021](/2021/) | [2021.playground](/2021.playground/Pages/) | |
9+
| | | [2022-go](/2022-go/) |
1010

1111
[aoc]: https://adventofcode.com

0 commit comments

Comments
 (0)