zeel-codder / Recursion-Hub

Write a solution to any recursive problem in any language of your choice
9 stars 52 forks source link

Delete the extra files from root of project #122

Open zeel-codder opened 1 year ago

zeel-codder commented 1 year ago

Need to remove extra code files from the root of the project( Like: https://github.com/zeel-codder/Recursion-Hub/blob/main/FindTheTownJudge.md)

ashvaneetk commented 1 year ago

@zeel-codder Assign me this issue. I will create a function that accepts a projectRoot path as an argument and removes files in the root directory with extensions not listed in allowedExtensions. It relies on the library, requiring C++17 or later for compilation.