mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-13 15:13:26 +01:00
6 lines
166 B
JSON
6 lines
166 B
JSON
{
|
|
"hamlet": {"name": "Hamlet", "type": "tragedy"},
|
|
"as-like": {"name": "As You Like It", "type": "comedy"},
|
|
"othello": {"name": "Othello", "type": "tragedy"}
|
|
}
|