5 lines
130 B
Raku
5 lines
130 B
Raku
begin_section("Pink");
|
|
add_person("Andrei Prykhodko", "Voltya", "");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
end_section();
|