We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8298af4 commit 01616aeCopy full SHA for 01616ae
2 files changed
exercises/practice/pangram/.approaches/config.json
@@ -1,6 +1,7 @@
1
{
2
"introduction": {
3
- "authors": ["bobahop"]
+ "authors": ["bobahop"],
4
+ "contributors": ["princemuel"]
5
},
6
"approaches": [
7
@@ -22,7 +23,8 @@
22
23
"slug": "set-len",
24
"title": "set with len",
25
"blurb": "Use set with len.",
26
27
28
29
30
"uuid": "0a6d1bbf-6d60-4489-b8d9-b8375894628b",
exercises/practice/pangram/.articles/config.json
@@ -5,7 +5,8 @@
"slug": "performance",
"title": "Performance deep dive",
"blurb": "Deep dive to find out the most performant approach to determining a pangram.",
8
9
10
}
11
]
12
0 commit comments