Labyrinth/include/eller.h

9 lines
132 B
C
Raw Permalink Normal View History

2023-04-20 13:16:53 +02:00
#ifndef ELLER_H
#define ELLER_H
#include "labyrinth.h"
Labyrinth* eller(int n, int m);
Labyrinth* ellerShow(int n, int m);
#endif