index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opt
/
resources
/
nothing-can-be-removed.c
blob: 773852f6c1dc5e60405575ef92371a9863531ebf (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Nothing to be removed.
\n
"
);
return
0
;
}