Skip to content

Commit

Permalink
Add missing exercise authors
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed May 5, 2024
1 parent c50b767 commit 1b39922
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 27 deletions.
7 changes: 4 additions & 3 deletions exercises/practice/atbash-cipher/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"tmcgilchrist",
"authors": [
"yurrriq"
],
"contributors": [
"tmcgilchrist"
],
"files": {
"solution": [
"src/atbash-cipher.lfe"
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/binary/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"tmcgilchrist",
"authors": [
"yurrriq"
],
"contributors": [
"tmcgilchrist"
],
"files": {
"solution": [
"src/binary-string.lfe"
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/circular-buffer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"tmcgilchrist",
"authors": [
"yurrriq"
],
"contributors": [
"tmcgilchrist"
],
"files": {
"solution": [
"src/circular-buffer.lfe"
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"authors": [
"yurrriq"
],
"contributors": [
"Scientifica96",
"tmcgilchrist",
"yurrriq"
"tmcgilchrist"
],
"files": {
"solution": [
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/largest-series-product/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"authors": [
"yurrriq"
],
"contributors": [
"petertseng",
"tmcgilchrist",
"yurrriq"
"tmcgilchrist"
],
"files": {
"solution": [
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/meetup/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"etrepum",
"authors": [
"yurrriq"
],
"contributors": [
"etrepum"
],
"files": {
"solution": [
"src/meetup.lfe"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"tmcgilchrist",
"authors": [
"yurrriq"
],
"contributors": [
"tmcgilchrist"
],
"files": {
"solution": [
"src/parallel-letter-frequency.lfe"
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/robot-simulator/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"authors": [
"yurrriq"
],
"contributors": [
"NobbZ",
"tmcgilchrist",
"yurrriq"
"tmcgilchrist"
],
"files": {
"solution": [
Expand Down
7 changes: 4 additions & 3 deletions exercises/practice/series/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"authors": [],
"contributors": [
"tmcgilchrist",
"authors": [
"yurrriq"
],
"contributors": [
"tmcgilchrist"
],
"files": {
"solution": [
"src/series.lfe"
Expand Down

0 comments on commit 1b39922

Please sign in to comment.