index
:
mutator
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bfd
/
test
/
test.c
blob: 0327658ca91ab5286487a85dbcacf7b3b1d7c96c (
plain
) (
blame
)
1
2
3
4
5
#include
"stdio.h"
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"i live!
\n
"
);
}