summaryrefslogtreecommitdiff
path: root/aoc.h
diff options
context:
space:
mode:
authorroy <[email protected]>2026-07-14 10:15:08 +0300
committerroy <[email protected]>2026-07-14 10:15:08 +0300
commit100b893f9ee67c8a26dfd038785b59bede7fcf5a (patch)
tree1dd36b9db8991f7a4ae05ae047a893a405f4a9d3 /aoc.h
parentb4470c5718736e75377791994dc25736bac7dc13 (diff)
Solved 2015 question 3.HEADmaster
Diffstat (limited to 'aoc.h')
-rw-r--r--aoc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc.h b/aoc.h
index b97be22..a2014ec 100644
--- a/aoc.h
+++ b/aoc.h
@@ -2,3 +2,5 @@ int y2015_q01_p01();
int y2015_q01_p02();
int y2015_q02_p01();
int y2015_q02_p02();
+int y2015_q03_p01();
+int y2015_q03_p02();