8 lines
337 B
Raku
8 lines
337 B
Raku
begin_section("SAGA");
|
|
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
|
add_person("Daniel Balsom", "DanielFox", "Original engine reimplementation author (retired)");
|
|
add_person("Filippos Karapetis", "bluegr", "");
|
|
add_person("Andrew Kurushin", "ajax16384", "");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
end_section();
|