6 lines
182 B
Raku
6 lines
182 B
Raku
begin_section("Prince");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
add_person("Łukasz Wątka", "lukaslw", "");
|
|
add_person("Kamil Zbróg", "", "");
|
|
end_section();
|