index
:
dxdxdt/proone
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proone.c
blob: b99ea620b2d258be01a96cd92a927085967f3572 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"it works!
\n
"
);
return
0
;
}