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