lr10 -> task_2

This commit is contained in:
2026-04-05 21:23:04 +05:00
parent 500c41df80
commit 598306fb7a
5 changed files with 415 additions and 0 deletions

24
lr10/task_2/movies.json Normal file
View File

@@ -0,0 +1,24 @@
{
"movies": [
{
"year": 2010,
"author": "Нолан",
"title": "Начало"
},
{
"year": 2014,
"author": "Нолан",
"title": "Интерстеллар"
},
{
"year": 1999,
"author": "Вачовски",
"title": "Матрица"
},
{
"year": 123,
"author": "ывф",
"title": "ыфв"
}
]
}