Skip to content

Instantly share code, notes, and snippets.

@Kanol
Created October 19, 2016 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kanol/f4a94a9703ea9da5c96b83d6d19ced3b to your computer and use it in GitHub Desktop.
Save Kanol/f4a94a9703ea9da5c96b83d6d19ced3b to your computer and use it in GitHub Desktop.
program n6;
var n, i:integer;
begin
readln(n);
for i:=1 to n do
writeln(random(1000));
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment