repo.or.cz
/
srcbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glass.pas added
[srcbox.git]
/
tyvj
/
tyvj1165.pas
blob
236677cffdf3d55e36b91bd0405ffb0513afff9a
1
var
2
a
:
longint
;
3
4
begin
5
while
readln
(
a
)
do
6
begin
7
writeln
(
a
);
8
end
;
9
end
.