12 lines
200 B
C++
12 lines
200 B
C++
#ifndef P001_STEP_2_H
|
|
#define P001_STEP_2_H
|
|
|
|
#include "../drivers/all.h"
|
|
#include "../helper.h"
|
|
#include <iostream>
|
|
#include <random>
|
|
#include <map>
|
|
|
|
void p001_step2(void);
|
|
|
|
#endif /* P001_STEP_2_H */ |