Nominally start ODS chapter 2.

This commit is contained in:
Kyle Isom 2018-02-07 07:27:20 -08:00
parent 903f2ad41c
commit acbb50d43c
1 changed files with 9 additions and 0 deletions

9
ods/src/ods/array.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef __ODS_ODS_ARRAY__
#define __ODS_ODS_ARRAY__
class array {
};
#endif __ODS_ODS_ARRAY__