Overview
| Comment: | reworked a few comments |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
12cb9a19a00f3012ae9999190e74bae6 |
| User & Date: | nnz on 2025-12-04 21:50:04.713 |
| Other Links: | manifest | tags |
Context
|
2025-12-05
| ||
| 12:16 | day 5, part 1 check-in: 01755d4135 user: nnz tags: trunk | |
|
2025-12-04
| ||
| 21:50 | reworked a few comments check-in: 12cb9a19a0 user: nnz tags: trunk | |
| 21:34 | day 4 check-in: 53ddcc2ade user: nnz tags: trunk | |
Changes
Modified aoc2025.c
from [69ff078f3b]
to [6a6a951f89].
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + - + - + - - - + + + |
changes++;
} else {
*destin = '@';
}
} else if (cc != 0) {
*destin = '.';
} else {
|
| ︙ |