We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly something like this:
$ input 'ABCDEF' produces 'FEDCBA' $ input 'qwerty' produces 'QWERTY' $ input 'abc' validator 'groovyScript'
When running this code in some mode, the code is then tested with all those different inputs to make sure it produces the expected results.
The text was updated successfully, but these errors were encountered:
Related to #23 but that issue does not take user inputs into consideration
Sorry, something went wrong.
No branches or pull requests
Possibly something like this:
When running this code in some mode, the code is then tested with all those different inputs to make sure it produces the expected results.
The text was updated successfully, but these errors were encountered: