/CommentSeparator

A Java Program to remove all the comments from a code.

Primary LanguageJava

CodeCommentRemover

A Java Program to remove all the comments from a code.

To run the program you must have Java installed on your system. Perform these steps to run the program:

1.)Clone the project to your local system.

2.)Copy and paste the Target Code (one with the comments) in InputFile.txt file.

3.)Using command prompt, Navigate to the repo's directory->CodeCommentRemover->src Then run the following command: java Main

4.)Get the comment free output code from OutputFile.txt.