Skip to content

Commit f53642b

Browse files
committed
2024/17-18
1 parent 4d78707 commit f53642b

File tree

13 files changed

+3984
-12
lines changed

13 files changed

+3984
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![rust v1.83](https://shields.io/badge/rust-1.82-blue?logo=rust)
44
![build](https://img.shields.io/github/actions/workflow/status/tbali0524/advent-of-code-rust/qa.yml)
5-
![AoC stars](https://img.shields.io/badge/total%20AoC%20⭐-200-yellow)
5+
![AoC stars](https://img.shields.io/badge/total%20AoC%20⭐-204-green)
66
![license](https://img.shields.io/github/license/tbali0524/advent-of-code-rust)
77

88
* [AoC website](https://adventofcode.com/)

input/2024/Aoc2024Day17.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Register A: 25358015
2+
Register B: 0
3+
Register C: 0
4+
5+
Program: 2,4,1,1,7,5,0,3,4,7,1,6,5,5,3,0

input/2024/Aoc2024Day17ex1.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Register A: 729
2+
Register B: 0
3+
Register C: 0
4+
5+
Program: 0,1,5,4,3,0

input/2024/Aoc2024Day17ex2.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Register A: 2024
2+
Register B: 0
3+
Register C: 0
4+
5+
Program: 0,1,5,4,3,0

input/2024/Aoc2024Day17ex3.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Register A: 2024
2+
Register B: 0
3+
Register C: 0
4+
5+
Program: 0,3,5,4,3,0

0 commit comments

Comments
 (0)