diff options
| author | Connor McDowell <[email protected]> | 2024-02-09 15:10:32 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-09 15:10:32 -0800 |
| commit | c851cc6802e1f1ce56afeee907e9dd4d0aa95029 (patch) | |
| tree | 94cf6f01d097579e85b329de6b1821fe016c89f6 /Project1/header.h | |
| parent | add deadline (diff) | |
| download | homework-4-connormcdowell275-c851cc6802e1f1ce56afeee907e9dd4d0aa95029.tar.xz homework-4-connormcdowell275-c851cc6802e1f1ce56afeee907e9dd4d0aa95029.zip | |
files set up
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Project1/header.h b/Project1/header.h new file mode 100644 index 0000000..a661ebb --- /dev/null +++ b/Project1/header.h @@ -0,0 +1,8 @@ +#ifndef HEADER +#define HEADER + + + + + +#endif HEADER
\ No newline at end of file |