diff options
| author | Connor McDowell <[email protected]> | 2024-02-08 13:01:52 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-08 13:01:52 -0800 |
| commit | d9c2b538cfc36cd5096f52fc481cca457c6a52cb (patch) | |
| tree | 53399b169e4dbac4b68bf11eabfb947eceda4e3b /Inclass 10/Node.h | |
| parent | add deadline (diff) | |
| download | in-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.tar.xz in-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.zip | |
program.cpp and header.h set up
Diffstat (limited to 'Inclass 10/Node.h')
| -rw-r--r-- | Inclass 10/Node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Inclass 10/Node.h b/Inclass 10/Node.h new file mode 100644 index 0000000..6f70f09 --- /dev/null +++ b/Inclass 10/Node.h @@ -0,0 +1 @@ +#pragma once |