diff options
Diffstat (limited to 'clone.c')
-rw-r--r-- | clone.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// A program which was meant to clone itself, Proved to be a lot more difficult than it +// at first seemed. - Clearly unfinished. #include<stdio.h> int main ( int argc, char *argv[] ) { |