8 lines
294 B
Raku
8 lines
294 B
Raku
begin_section("AGOS");
|
|
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
|
add_person("Paul Gilbert", "dreammaster", "");
|
|
add_person("Travis Howell", "Kirben", "");
|
|
add_person("Oliver Kiehl", "olki", "(retired)");
|
|
add_person("Ludvig Strigeus", "ludde", "(retired)");
|
|
end_section();
|