Comments on How to add lots of command line arguments to https://tio.run?
Post
How to add lots of command line arguments to https://tio.run?
+2
−0
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.
2 comment threads