Skip to content

Commit

Permalink
chore: fileDataSource용 dummy data 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cranemont committed Feb 23, 2023
1 parent bf5bd41 commit b0282f6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions testcase/1
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"id": "1:1",
"input": "1\n",
"output": "222221\n"
},
{
"id": "1:2",
"input": "22\n",
"output": "22\n"
},
{
"id": "1:3",
"input": "333\n",
"output": "333\n"
},
{
"id": "1:4",
"input": "4444\n",
"output": "4444\n"
},
{
"id": "1:5",
"input": "55555\n",
"output": "55555\n"
}
]

0 comments on commit b0282f6

Please sign in to comment.