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
Allow forced bindings
[AROS.git]
/
compiler
/
purify
/
test1.c
blob
b4e1b787427801212a1d770fb43d4b3fc3a310b9
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
printf
(
"Hello world.
\n
"
);
6
}