Post History
I have a question about everyone's favourite Code Golf editor https://tio.run. After picking a language, is there a sensible way to enter command line arguments to it, other than adding them manual...
#2: Post edited
- I have a question about everyone's favourite Code Golf editor https://tio.run. After picking a language, is there a sensible way to enter command line arguments to it, other than adding them manually one by one?
For one golf challenge here I need to add some 30+ arguments for testing and that quickly gets quite tedious. I'd much rather just copy/paste them somewhere.- I could have solved this by passing them as compiler options, but there's the same issue: I have to enter those too one by one.
- I have a question about everyone's favourite Code Golf editor https://tio.run. After picking a language, is there a sensible way to enter command line arguments to it, other than adding them manually one by one?
- For one golf challenge here I need to add some 30+ arguments for testing and that quickly gets quite tedious. I'd much rather just copy/paste them all at once somewhere.
- I could have solved this by passing them as compiler options, but there's the same issue: I have to enter those too one by one.
#1: Initial revision
How to add lots of command line arguments to https://tio.run?
I have a question about everyone's favourite Code Golf editor https://tio.run. After picking a language, is there a sensible way to enter command line arguments to it, other than adding them manually one by one? For one golf challenge here I need to add some 30+ arguments for testing and that quickly gets quite tedious. I'd much rather just copy/paste them somewhere. I could have solved this by passing them as compiler options, but there's the same issue: I have to enter those too one by one.