Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
DJSchaffner authored May 24, 2021
1 parent 3d4403a commit aa6e581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
This is a very basic parser that will parse a Java project into a single file for websites like CodinGame.
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.

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.
Feel free to open a ticket with feature requests or bug reports if you have / find any.

# Usage

0 comments on commit aa6e581

Please sign in to comment.