diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-08 01:42:00 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-08 01:42:00 +0000 |
commit | 6df9122f174465fd69f62f4ebb5e860affbded2a (patch) | |
tree | 21428e8b4b764b869003d8491b1640c3d44573f2 /main.c | |
parent | a4eea112f8a24bf5fa57ba76a3fbb70be2a97020 (diff) |
Sun, Apr 7, 2024, 6:42 PM -07:00
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <cs50.h> #include <ctype.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |