Skip to content

Commit 7a11c2c

Browse files
committed
fix: adding the new examples to ark_ide.json
1 parent ce9d8af commit 7a11c2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

webapp/src/ark_ide.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"type": "d",
88
"list": [
99
"100_bottles_of_beer.template",
10-
"fibonacci.template"
10+
"fibonacci.template",
11+
"factorial.template",
12+
"macros.template"
1113
]
1214
},
1315
{
@@ -17,7 +19,8 @@
1719
"01-simple_function.template",
1820
"02-function_with_return_val.template",
1921
"03-lists.template",
20-
"04-lists_recursive.template"
22+
"04-lists_recursive.template",
23+
"05-closures.template"
2124
]
2225
}
2326
]

0 commit comments

Comments
 (0)