mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-09 03:43:01 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -86,18 +86,18 @@ begin
|
||||
writeln('AND WINS ********');
|
||||
end
|
||||
end
|
||||
else
|
||||
else
|
||||
begin
|
||||
d := move(c + 4);
|
||||
computerMoves(d);
|
||||
writeln('AND WINS ********');
|
||||
end
|
||||
end
|
||||
else
|
||||
else
|
||||
begin
|
||||
c := move(b + 4);
|
||||
computerMoves(c);
|
||||
writeln('AND WINS ********');
|
||||
end;
|
||||
end;
|
||||
end.
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user