summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tem.c b/tem.c
index 3e4dad2..27dc706 100644
--- a/tem.c
+++ b/tem.c
@@ -1,6 +1,7 @@
#include <stdio.h>
+#include <cs50.h>
int main(void)
{
-
+
}