6 lines
191 B
Raku
6 lines
191 B
Raku
begin_section("Hugo");
|
|
add_person("Arnaud Boutonné", "Strangerke", "");
|
|
add_person("Oystein Eftevaag", "vinterstum", "");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
end_section();
|