usaa21/sk1a/maze.c

9 lines
131 B
C
Raw Normal View History

2021-12-28 15:21:01 +00:00
#include <stdio.h>
#include <string.h>
#include "maze.h"
#include <assert.h>
int solve_maze(char* maze,int size){
return 0;
}