Skip to content

Instantly share code, notes, and snippets.

@ernado
Created February 9, 2012 16:31
Show Gist options
  • Save ernado/1780930 to your computer and use it in GitHub Desktop.
Save ernado/1780930 to your computer and use it in GitHub Desktop.
ololo
while true do
begin
Read(c);
if (c = #13) break;
phone:=phone+c;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment