5 lines
139 B
Raku
5 lines
139 B
Raku
begin_section("SLUDGE");
|
|
add_person("Eugene Sandulenko", "sev", "");
|
|
add_person("Simei Yin", "yinsimei", "GSoC Student");
|
|
end_section();
|