repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removing uneeded file.
[and.git]
/
PC^2
/
pc2board
/
samps
/
hello.c
blob
a721dd9c9fc525279b9faa70542420832f12aa44
1
2
3
/*
4
* File: hello.c
5
* Purpose: prints hello world
6
* Author: pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
7
*
8
* $Id: hello.c,v 1.3 1999/10/20 04:51:23 laned Exp $
9
*
10
*/
11
12
#include <stdio.h>
13
14
main
()
15
{
16
printf
(
"hello world
\n
"
);
17
}
18
19
/* eof */