usaa21/sk1a/maze.c
2021-12-28 16:21:01 +01:00

9 lines
131 B
C

#include <stdio.h>
#include <string.h>
#include "maze.h"
#include <assert.h>
int solve_maze(char* maze,int size){
return 0;
}