We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4403a commit aa6e581Copy full SHA for aa6e581
README.md
@@ -3,7 +3,7 @@
3
This is a very basic parser that will parse a Java project into a single file for websites like CodinGame.
4
It will recursively find all java files in the java project and insert everything into a single file in the order the files are found.
5
6
-No guarantess this is bug free and respects all possible file structures in Rust but as of now this works for my purposes.
+No guarantess this is bug free and respects all possible file structures in Java but as of now this works for my purposes.
7
Feel free to open a ticket with feature requests or bug reports if you have / find any.
8
9
# Usage
0 commit comments