// // Created by auric on 2/22/24. // #ifndef SANITY_H #define SANITY_H # include int sanity_check(); #endif //SANITY_H