8 lines
316 B
Raku
8 lines
316 B
Raku
begin_section("Kyra");
|
|
add_person("Torbjörn Andersson", "eriktorbjorn", "VQA Player");
|
|
add_person("Oystein Eftevaag", "vinterstum", "");
|
|
add_person("Florian Kagerer", "athrxx", "");
|
|
add_person("Gregory Montoir", "cyx", "(retired)");
|
|
add_person("Johannes Schickel", "LordHoto", "(retired)");
|
|
end_section();
|