11 lines
146 B
C
11 lines
146 B
C
#ifndef STEP_3_H
|
|
#define STEP_3_H
|
|
|
|
#include <random>
|
|
#include "../drivers/all.h"
|
|
#include "../helper.h"
|
|
|
|
void step3(void);
|
|
|
|
#endif /* STEP_3_H */
|