Skip to content
New issue

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

feat(API): テストケース/ケースセットの設定 #160

Open
laminne opened this issue Jun 27, 2023 · 0 comments
Open

feat(API): テストケース/ケースセットの設定 #160

laminne opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Priority: High

Comments

@laminne
Copy link
Member

laminne commented Jun 27, 2023

一気に設定できるようにする.

{
    "caseSets": [
        {
            "name": "Test1",
            "point": 300,
            "cases": [
                {
                    "input": "hello world\n",
                    "output": "13\n"
                }
            ]
        }
    ]
}
@laminne laminne added enhancement New feature or request Priority: High labels Jun 27, 2023
@laminne laminne added this to the 問題関連のAPI milestone Jun 27, 2023
@laminne laminne self-assigned this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: High
Projects
None yet
Development

No branches or pull requests

1 participant