13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
program
|
|
|
|
import dummy
|
|
|
|
var source_code: [2048]Byte
|
|
|
|
begin
|
|
read_file(source_code, 2048);
|
|
|
|
s1 := source_code;
|
|
|
|
end.
|