initial commit

This commit is contained in:
Doug Hoyte
2022-12-19 14:42:40 -05:00
commit c47d07e985
42 changed files with 4652 additions and 0 deletions

3
src/constants.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
const size_t MAX_SUBID_SIZE = 39;