InternBootcamp/examples/pipelines/all_configs/korPuzzleWordSearch_test.json

34 lines
No EOL
555 B
JSON
Executable file

[
{
"grid_size": 20,
"word_list": [
"PYTHON",
"JAVASCRIPT",
"HTML",
"CSS",
"SQL",
"RUBY"
]
},
{
"grid_size": 10,
"word_list": [
"COMPUTER",
"PROGRAM",
"ALGORITHM"
]
},
{
"grid_size": 8,
"word_list": [
"SUN",
"MOON",
"STARS",
"PLANET"
]
},
{
"grid_size": 13,
"word_list": null
}
]