aboutsummaryrefslogtreecommitdiffstats
path: root/rewrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'rewrite.c')
-rw-r--r--rewrite.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/rewrite.c b/rewrite.c
new file mode 100644
index 0000000..0f91219
--- /dev/null
+++ b/rewrite.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main(int argc, char **argv)
+{
+ printf("0123456789012345678901234567890123456789");
+ printf("\rTesting.\n");
+ return 0;
+}