index
:
bootstrap.git
aarch64-jcm
jcm-fixes
master
Unnamed repository; edit this file 'description' to name the repository.
DJ Delorie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dev-template
/
dj
/
hello.c
blob: a2a90a5d37defbfda0506207f048d24647020686 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h>
int
main
()
{
printf
(
"Hello, hard world!
\n
"
);
return
0
;
}