Overview
Comment: | 201506 1st star |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e9f61cfc4a570c933afa05af5aacc0d3 |
User & Date: | nnz on 2024-12-15 15:51:21 |
Other Links: | manifest | tags |
Context
2024-12-15
| ||
16:42 | 201506 2nd star check-in: 9aa8be0d39 user: nnz tags: trunk | |
15:51 | 201506 1st star check-in: e9f61cfc4a user: nnz tags: trunk | |
13:12 | 201505 reworked my solution check-in: 02e370e22c user: nnz tags: trunk | |
Changes
Modified aoc2015.c from [0dc60fd2e9] to [3e3bef2904].
|
Modified aocdailies.c from [f37c08030f] to [6a934371b2].
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + | case 201513: p = aoc201513; break; case 201512: p = aoc201512; break; case 201511: p = aoc201511; break; case 201510: p = aoc201510; break; case 201509: p = aoc201509; break; case 201508: p = aoc201508; break; case 201507: p = aoc201507; break; |
︙ |
Modified aocdailies.h from [3ea2baaa69] to [9f91169762].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | aocfunc aoc201513; aocfunc aoc201512; aocfunc aoc201511; aocfunc aoc201510; aocfunc aoc201509; aocfunc aoc201508; aocfunc aoc201507; |