diff options
| author | JacobAKnox <[email protected]> | 2021-11-13 09:49:09 -0800 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-11-13 09:49:09 -0800 |
| commit | fcecfe178999fcf25cc7ad088913626f7f18f1fa (patch) | |
| tree | f0a41368e63f3c0d808ee960a2daa5c71a044f31 /CST116F2021-Lab8/13b/13b.h | |
| parent | Add online IDE url (diff) | |
| download | cst115-lab8-jacobaknox-master.tar.xz cst115-lab8-jacobaknox-master.zip | |
Diffstat (limited to 'CST116F2021-Lab8/13b/13b.h')
| -rw-r--r-- | CST116F2021-Lab8/13b/13b.h | 3 |
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); |