Skip to content

Commit 12de6bc

Browse files
authored
GH-321: Solve aoc2015day2 (#323)
1 parent ae7019e commit 12de6bc

File tree

11 files changed

+1171
-2
lines changed

11 files changed

+1171
-2
lines changed

problems/aoc2015day2/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
solution
2+
solution1
3+
solution2
4+
*.dSYM
5+
python/main/__pycache__

problems/aoc2015day2/README.md

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

0 commit comments

Comments
 (0)