10 lines
173 B
C
10 lines
173 B
C
#ifndef P001_STEP_6_H
|
|
#define P001_STEP_6_H
|
|
|
|
#include "wires_puzzle.h"
|
|
#include "../drivers/all.h"
|
|
#include "../helper.h"
|
|
|
|
void p001_step6(void);
|
|
|
|
#endif /* P001_STEP_6_H */ |