ex-oop-03-voctrainer/VocabularyTrainer/VocabularyItem.cs
github-classroom[bot] c6f9ce44d9
Initial commit
2024-10-21 08:31:49 +00:00

9 lines
No EOL
158 B
C#

namespace VocabularyTrainer;
/// <summary>
/// Represents one word in the vocabulary
/// </summary>
public sealed class VocabularyItem
{
// TODO
}