Skip to content

Commit 01616ae

Browse files
committed
Added princemuel as contributor
1 parent 8298af4 commit 01616ae

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

exercises/practice/pangram/.approaches/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"introduction": {
3-
"authors": ["bobahop"]
3+
"authors": ["bobahop"],
4+
"contributors": ["princemuel"]
45
},
56
"approaches": [
67
{
@@ -22,7 +23,8 @@
2223
"slug": "set-len",
2324
"title": "set with len",
2425
"blurb": "Use set with len.",
25-
"authors": ["bobahop"]
26+
"authors": ["bobahop"],
27+
"contributors": ["princemuel"]
2628
},
2729
{
2830
"uuid": "0a6d1bbf-6d60-4489-b8d9-b8375894628b",

exercises/practice/pangram/.articles/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"slug": "performance",
66
"title": "Performance deep dive",
77
"blurb": "Deep dive to find out the most performant approach to determining a pangram.",
8-
"authors": ["bobahop"]
8+
"authors": ["bobahop"],
9+
"contributors": ["princemuel"]
910
}
1011
]
1112
}

0 commit comments

Comments
 (0)