Skip to content

Commit

Permalink
Create remove.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinzEugen7 committed Oct 4, 2015
1 parent 34128e3 commit d4038b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions C/remove.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

int main(int argc, char *argv[])
{
remove("test.txt");
return 0;
}

0 comments on commit d4038b5

Please sign in to comment.