Added basic test system for VVhitespace interpreter.
[vvhitespace] / vv_compiler.c
index 3153eee..7ab1e06 100644 (file)
@@ -108,7 +108,5 @@ main(int argc, char ** argv)
     fclose(input);
     fclose(output);
 
     fclose(input);
     fclose(output);
 
-    printf("Successfully converted source code.\n");
-
     exit(EXIT_SUCCESS);
 }
     exit(EXIT_SUCCESS);
 }