blk_box_tc/main/steps/step4.hpp
2024-08-02 17:18:06 -05:00

10 lines
130 B
C++

#ifndef STEP_4_HPP
#define STEP_4_HPP
static const char *STEP4_TAG = "step4";
void step4(void) {
}
#endif /* STEP_4_HPP */