Skip to content

Commit

Permalink
two-fer: Add Training Tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpottsoh committed Nov 5, 2023
1 parent e050a5d commit 2a686d0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,21 @@
]
},
"blurb": "Create a sentence of the form \"One for X, one for me.\"",
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
"source_url": "https://github.com/exercism/problem-specifications/issues/757",
"tag_filters": {
"construct": ["add"],
"construct": ["assignment"],
"construct": ["class"],
"construct": ["constructor"],
"construct": ["method"],
"construct": ["parameter"],
"construct": ["string"],
"construct": ["throw"],
"construct": ["try"],
"construct": ["unit"],
"construct": ["uses"],
"construct": ["visibility-modifiers"],
"paradigm": ["object-oriented"],
"technique": ["exceptions"]
}
}

0 comments on commit 2a686d0

Please sign in to comment.