index
:
lorem
master
Generate Lorem Ipsum
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: f6faaa99649fcf6d7a622160b00e08002199a373 (
plain
)
1
2
3
4
5
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"Hello World
\n
"
);
}