test.pl
来自「this is a prolog implementation to solve」· PL 代码 · 共 11 行
PL
11 行
% Load the maze.pl file
?- consult(maze).
% Load the solve.pl file
?- consult(solve).
% Should print a '+'
?- printCell(small, [], 0, 0).
% Solve the small maze
?- solve(small).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?