blk_box_tc/main/main.h

8 lines
101 B
C++

#ifndef MAIN_H
#define MAIN_H
#include <cstddef>
constexpr size_t N_STEPS = 6;
#endif /* MAIN_H */