diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-06 04:21:24 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-06 04:21:24 +0000 |
commit | d3bd903d472848d5fb89c36bb5fff351abfaeded (patch) | |
tree | 9724134120a9035937de5e816d440c9dbd346ade /main.c | |
parent | b720f1120ff2bb404fb80f9109d8b2d51b5e1061 (diff) |
Tue, Dec 5, 2023, 8:21 PM -08:00
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #include <stdio.h> +#include <ctype.h> #include <cs50.h> +#include <string.h> int main(void) { |