summaryrefslogtreecommitdiff
path: root/day3/task3/task2.json
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-04-13 00:59:15 +0400
committerAndrew <saintruler@gmail.com>2019-04-13 00:59:15 +0400
commitcfbe90dc5b6d146761f4ebb43ae9d833a2c25d4f (patch)
tree1756f99776e12f7add7af19609f0f01679f8c6ed /day3/task3/task2.json
parent402d0d2b9ebd76b8e99eddceeb85c4a66030b51b (diff)
Третья задача третьего дня
Diffstat (limited to 'day3/task3/task2.json')
-rw-r--r--day3/task3/task2.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/day3/task3/task2.json b/day3/task3/task2.json
new file mode 100644
index 0000000..6ba9ee3
--- /dev/null
+++ b/day3/task3/task2.json
@@ -0,0 +1,17 @@
+[
+ {
+ "name": "blini",
+ "ingredient" : {
+ "milk": 500,
+ "egs" : 2,
+ "flour" : 200,
+ "sugar" : 2
+ }
+ },
+ {
+ "name": "fried eggs",
+ "ingredient": {
+ "egs": 3
+ }
+ }
+] \ No newline at end of file