25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"path": "f/dev/konnnichiha",
|
|
"summary": "Print greeting",
|
|
"description": "",
|
|
"value": {
|
|
"modules": [
|
|
{
|
|
"id": "a",
|
|
"value": {
|
|
"lock": "# py: 3.12\n",
|
|
"type": "rawscript",
|
|
"content": "def main():\n print('こんにちは、世界')",
|
|
"language": "python3",
|
|
"input_transforms": {}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {},
|
|
"required": []
|
|
}
|
|
}
|