aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab8/13b/13b.h
diff options
context:
space:
mode:
Diffstat (limited to 'CST116F2021-Lab8/13b/13b.h')
-rw-r--r--CST116F2021-Lab8/13b/13b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116F2021-Lab8/13b/13b.h b/CST116F2021-Lab8/13b/13b.h
new file mode 100644
index 0000000..fb89068
--- /dev/null
+++ b/CST116F2021-Lab8/13b/13b.h
@@ -0,0 +1,3 @@
+#pragma once
+
+float FindMedian(float nums[], const int amt);