Overview
Comment: | 201501 2nd star |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
52ef9f6ef4ba7228f1023e49bfeeae8c |
User & Date: | nnz on 2024-12-04 14:35:00 |
Original Comment: | 201501: 2 stars |
Other Links: | manifest | tags |
Context
2024-12-04
| ||
14:49 | 201502 1st star check-in: 94e59cac7b user: nnz tags: trunk | |
14:35 | 201501 2nd star check-in: 52ef9f6ef4 user: nnz tags: trunk | |
14:27 | 201501 1st star check-in: 7f37290fac user: nnz tags: trunk | |
Changes
Modified aoc2015.c from [e0a90f0adb] to [16ef74232c].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + - + + + + + + + + + + + + + + | #include <stdio.h> #include "aocdailies.h" void aoc201501(char *data, size_t len) { (void)len; // unused argument |