5 lines
135 B
Raku
5 lines
135 B
Raku
begin_section("HDB");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
add_person("Nipun Garg", "nipung", "GSoC student");
|
|
end_section();
|