From b4470c5718736e75377791994dc25736bac7dc13 Mon Sep 17 00:00:00 2001 From: roy Date: Fri, 12 Jun 2026 15:58:04 +0300 Subject: Initial commit --- aoc.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 aoc.h (limited to 'aoc.h') diff --git a/aoc.h b/aoc.h new file mode 100644 index 0000000..b97be22 --- /dev/null +++ b/aoc.h @@ -0,0 +1,4 @@ +int y2015_q01_p01(); +int y2015_q01_p02(); +int y2015_q02_p01(); +int y2015_q02_p02(); -- cgit v1.3.1