aboutsummaryrefslogtreecommitdiff
path: root/Homework2/Header.h
diff options
context:
space:
mode:
authorAsahel <[email protected]>2024-01-30 09:27:34 -0800
committerAsahel <[email protected]>2024-01-30 09:27:34 -0800
commita7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd (patch)
treefd39fe0d8bc63e43fcee743ff7843843eaec9d65 /Homework2/Header.h
parentSpacing and headers (diff)
downloadhomework-2-asahellt-a7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd.tar.xz
homework-2-asahellt-a7b42aa536cbe297f6b6f73b5dc8fcaeefd25dbd.zip
Finished first half of assignment
Diffstat (limited to 'Homework2/Header.h')
-rw-r--r--Homework2/Header.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Homework2/Header.h b/Homework2/Header.h
index a5e1d8b..96820a2 100644
--- a/Homework2/Header.h
+++ b/Homework2/Header.h
@@ -8,4 +8,5 @@ int sum(int a, int b);
float FtoC(int fah);
-float CtoF(int cel); \ No newline at end of file
+float CtoF(int cel);
+#endif \ No newline at end of file