Skip to content

Re-implement program with enum instead of struct

Kirill Schmidt requested to merge testing into master

Altough SLOC increased compared to the version in main, the program is more readable and sensible because the if-statements were replaced by functions.

Merge request reports