Files
eugenios/source.elna

8 lines
60 B
Plaintext

module;
proc separator*() -> Char;
return ','
end;
end.