Upload amenokaku_code_instruct.json
Browse files
amenokaku_code_instruct.json
CHANGED
@@ -47809,9 +47809,9 @@
|
|
47809 |
},
|
47810 |
{
|
47811 |
"index": 5312,
|
47812 |
-
"instruction": "Java
|
47813 |
"input": "",
|
47814 |
-
"output": "```\ndates.add(LocalDate.of(2021, 9, 14))\ndates\n\n// result\n\n```\n",
|
47815 |
"source": "java_for_professional",
|
47816 |
"task": "code_generation",
|
47817 |
"liscence": "AmenokakuCode Liscence"
|
|
|
47809 |
},
|
47810 |
{
|
47811 |
"index": 5312,
|
47812 |
+
"instruction": "Javaを用いて、変数datesに割り当てたArrayListに2021年9月14日を追加して下さい。",
|
47813 |
"input": "",
|
47814 |
+
"output": "```\ndates.add(LocalDate.of(2021, 9, 14))\ndates\n\n// result\n\n[2021-09-14]```\n",
|
47815 |
"source": "java_for_professional",
|
47816 |
"task": "code_generation",
|
47817 |
"liscence": "AmenokakuCode Liscence"
|