Skip to content
Snippets Groups Projects
Commit 4435e2be authored by tbuckworth's avatar tbuckworth
Browse files

created solution_test.py

parent 329e70d2
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,3 @@ output_colour(R,C,Colour):- ...@@ -70,9 +70,3 @@ output_colour(R,C,Colour):-
R >= Rstart, R >= Rstart,
0 is ((R-Rstart) rem (2 * VD)). 0 is ((R-Rstart) rem (2 * VD)).
%output_colour(R,C,black):-
%% input_colour(R,C,_),
% \+ output_colour(R,C,_).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment