Differences From Artifact [b9786e59e9]:
- File aoc2024.c — part of check-in [dc1fe09f05] at 2024-12-04 12:15:39 on branch trunk — I like parenthesis around conditional expressions (user: nnz, size: 9589) [annotate] [blame] [check-ins using]
To Artifact [4bb9424853]:
- File aoc2024.c — part of check-in [f66f7bf395] at 2024-12-04 16:13:50 on branch trunk — simplified command line validation (user: nnz, size: 9588) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - | #include <ctype.h> #include <stdbool.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
︙ |