Skip to content

Commit 509b85c

Browse files
authored
GH-96: Solve AoC Day1 (#97)
1 parent fce6197 commit 509b85c

File tree

34 files changed

+4844
-4
lines changed

34 files changed

+4844
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Collection: Advent of Code 2022
2+
3+
Link: https://adventofcode.com/2022/
4+
5+
## Problems
6+
7+
File renamed without changes.

problems/aoc2022day1a/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Problem
2+
3+
## Usage
4+
5+
Run program with an example
6+
7+
```
8+
bazel run src/main:solutionA `pwd`/data/input.txt
9+
bazel run src/main:solutionB `pwd`/data/input.txt
10+
```

0 commit comments

Comments
 (0)