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