
A simple hello world in Pascal.
program hello; var inputString: string; begin readln(inputString); writeln('Hello, World.'); writeln(inputString); end.
A simple hello world in Pascal.
program hello; var inputString: string; begin readln(inputString); writeln('Hello, World.'); writeln(inputString); end.
Copyright © 2023 | WordPress Theme by MH Themes
Leave a Reply