diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-09 20:48:06 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-09 20:48:06 +0000 |
commit | d19e5a1dc4a2e8a81a15f39595d11fd8cabe3f74 (patch) | |
tree | 2ababe13b477ef4c943994850fbb5d51542d3faf /main.c | |
parent | 5bb3d259e0e485422f5d97e9169d18ac6999b78f (diff) |
Sat, Dec 9, 2023, 12:48 PM -08:00
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,7 @@ -#include <stdio.h> -#include <ctype.h> #include <cs50.h> +#include <ctype.h> +#include <stdio.h> +#include <stdlib.h> #include <string.h> -int main(void) -{ - -} +int main(void) {} |