Advertisement
PikMike

Untitled

Sep 15th, 2016
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.16 KB | None | 0 0
  1. var k:char;
  2. begin
  3.   assign(input,'input.txt');
  4.   assign(output,'output.txt');
  5.   reset(input);
  6.  
  7.   close(input);
  8.   rewrite(output);
  9.  
  10.   close(output);
  11. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement