ONLINE COMPILERS
LIBRARY
MANUAL PAGES & DOCS
CONTACT
Latest Users' Questions
User Submitted Source Code!
Description:
...
Language: PASCAL
Code:
...
Language: PASCAL
Code:
program HelloWorld;
var
a : Byte;
begin
writeln('Hello World');
Readln(a);
end.
var
a : Byte;
begin
writeln('Hello World');
Readln(a);
end.
Comments: