* Erase the temp file.

git-svn-id: trunk@39868 -
This commit is contained in:
yury 2018-10-06 15:10:24 +00:00
parent ddb4e37104
commit ff3d7862d6

View File

@ -30,6 +30,8 @@ begin
if b<>10 then
halt(1);
write;
close(f);
erase(f);
writeln('ok');
end.