enhancementgood first issue
Repository metrics
- Stars
- (0 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Add optional explanations to visible tests to be shown in the UI with the tests
It should also support markdown.
[[packet.problems.tests]]
input = "hello"
output = "olleh"
visible = true
explanation = '''
`olleh` is the reverse of the string `hello`.
'''