repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cleanup debug
[AROS.git]
/
compiler
/
purify
/
test1.c
blob
28f067fb0f7fd492fb7f1d6eb94c8ab074c51719
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <stdio.h>
7
8
int
main
(
int
argc
,
char
**
argv
)
9
{
10
printf
(
"Hello world.
\n
"
);
11
}