summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/main.c b/main.c
index 0f9370c..b42e277 100644
--- a/main.c
+++ b/main.c
@@ -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) {}