From day5p2 an unused macro ABS was removed.

This commit is contained in:
Alexander Andreev 2023-12-06 03:52:34 +04:00
parent a92ae78e91
commit 4a80bd2b08
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
#include <stdbool.h>
#define ABS(n) ((n < 0) ? n * -1 : n)
uint64_t parse_number(char *end);
#define MAPS_LEN 7