mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
22 lines
233 B
JSON
22 lines
233 B
JSON
{
|
|
"operations": [
|
|
"+",
|
|
"-",
|
|
"*"
|
|
],
|
|
"difficulties": [
|
|
"easy",
|
|
"medium",
|
|
"hard",
|
|
"extreme",
|
|
"impossible"
|
|
],
|
|
"maxValues": {
|
|
"easy": 10,
|
|
"medium": 50,
|
|
"hard": 100,
|
|
"extreme": 1000,
|
|
"impossible": 10000
|
|
}
|
|
}
|