Skip to content

Commit

Permalink
Update contributors (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial authored Jan 5, 2025
1 parent 406e86c commit 6a42d38
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
3 changes: 3 additions & 0 deletions exercises/concept/annalyns-infiltration/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"authors": [
"porkostomus"
],
"contributors": [
"tasxatzial"
],
"files": {
"solution": [
"src/annalyns_infiltration.clj"
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/bird-watcher/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"authors": [
"porkostomus"
],
"contributors": [
"tasxatzial"
],
"files": {
"solution": [
"src/bird_watcher.clj"
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/cars-assemble/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"authors": [
"porkostomus"
],
"contributors": [
"tasxatzial"
],
"files": {
"solution": [
"src/cars_assemble.clj"
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/interest-is-interesting/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"authors": [
"porkostomus"
],
"contributors": [
"tasxatzial"
],
"files": {
"solution": [
"src/interest_is_interesting.clj"
Expand Down
3 changes: 3 additions & 0 deletions exercises/concept/squeaky-clean/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"authors": [
"porkostomus"
],
"contributors": [
"tasxatzial"
],
"files": {
"solution": [
"src/squeaky_clean.clj"
Expand Down
3 changes: 2 additions & 1 deletion exercises/practice/binary-search/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"kytrinyx",
"querenker",
"ryanplusplus",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down
3 changes: 2 additions & 1 deletion exercises/practice/kindergarten-garden/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"mwfogleman",
"rubysolo",
"sjwarner-bp",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down
3 changes: 2 additions & 1 deletion exercises/practice/luhn/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"AndreaCrotti",
"haus",
"sjwarner-bp",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down
3 changes: 2 additions & 1 deletion exercises/practice/pascals-triangle/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"contributors": [
"AndreaCrotti",
"sjwarner-bp",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down
3 changes: 2 additions & 1 deletion exercises/practice/robot-simulator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"haus",
"mathias",
"rubysolo",
"yurrriq"
"yurrriq",
"tasxatzial"
],
"files": {
"solution": [
Expand Down

0 comments on commit 6a42d38

Please sign in to comment.