repo.or.cz
/
andmenj-acm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Commit inicial
[andmenj-acm.git]
/
PC^2
/
pc2
/
samps
/
hello.pas
blob
18c5a87f0050fa2a687e669e2950ad4ba4986c70
1
2
{
3
*
4
* File: hello.pas
5
* Purpose: prints hello world
6
* Author: pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
7
*
8
* $Id: hello.pas,v 1.3 1999/10/20 04:51:23 laned Exp $
9
*
10
}
11
12
begin
13
14
writeln
(
'hello world'
);
15
16
end
.
17
18
{ EOF }