aboutsummaryrefslogtreecommitdiffstats
path: root/clone.c
diff options
context:
space:
mode:
Diffstat (limited to 'clone.c')
-rw-r--r--clone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clone.c b/clone.c
index d5c2806..f8dc737 100644
--- a/clone.c
+++ b/clone.c
@@ -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[] ) {