iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

Simplify Answer type #50

Closed iafisher closed 4 years ago

iafisher commented 4 years ago

Instead of a struct containing a vector, just make it an alias for a Vec<String>.