This website requires JavaScript.
Explore
Help
Register
Sign In
administrator
/
pascalabcnet
Watch
1
Star
0
Fork
You've already forked pascalabcnet
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
lambda_fixes
pascalabcnet
/
InstallerSamples
/
!Tutorial
/
01_First
/
HelloWorld.pas
5 lines
104 B
ObjectPascal
Raw
Permalink
Normal View
History
Unescape
Escape
fix #1419
2018-10-26 20:12:42 +03:00
// Первая программа
initial commit
2015-05-14 22:35:07 +03:00
program
HelloWorld
;
begin
fix #1419
2018-10-26 20:12:42 +03:00
Writeln
(
'Привет, мир!'
)
;
initial commit
2015-05-14 22:35:07 +03:00
end
.
Reference in a new issue
Copy permalink