Log In
bw
/
lessons
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b59892c83209c2850b55762edcaf27bcaef1c40e
b59892c83209c2850b55762edcaf27bcaef1c40e
lazarus
console
hello-world
helloworld.lpr
Fork and Edit
Blob
Blame
Raw
program helloworld; var s: string; begin Writeln('Hello world!'); Readln(s); end.