10 lines
130 B
C++
10 lines
130 B
C++
#ifndef STEP_6_HPP
|
|
#define STEP_6_HPP
|
|
|
|
static const char *STEP6_TAG = "step6";
|
|
|
|
void step6(void) {
|
|
|
|
}
|
|
|
|
#endif /* STEP_6_HPP */ |