A little refactoring for day 2.

This commit is contained in:
Alexander Andreev 2023-12-07 00:34:10 +04:00
parent 2f2b4194c6
commit 17df598e16
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
uint64_t parse_number(char *end);

View File

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
uint64_t parse_number(char *end);