diff options
| author | Asahel <[email protected]> | 2024-02-12 09:30:08 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-02-12 09:30:08 -0800 |
| commit | 349e769c2dcebf1865f677e6aeadffd6d56c049e (patch) | |
| tree | 6766294963183bf0434a10fb0dea8757a8c5d5e7 /Homework5/Contacts.h | |
| parent | add deadline (diff) | |
| download | archived-homework-5-asahellt-349e769c2dcebf1865f677e6aeadffd6d56c049e.tar.xz archived-homework-5-asahellt-349e769c2dcebf1865f677e6aeadffd6d56c049e.zip | |
Added new files.
Diffstat (limited to 'Homework5/Contacts.h')
| -rw-r--r-- | Homework5/Contacts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Homework5/Contacts.h b/Homework5/Contacts.h new file mode 100644 index 0000000..ba6bfcf --- /dev/null +++ b/Homework5/Contacts.h @@ -0,0 +1,6 @@ +#ifndef CONTACT_H +#define CONTACT_H + + +#endif // !CONTACT_H + |