Cross compile the elna frontend

This commit is contained in:
2025-06-29 23:33:19 +02:00
parent 27a0c7f595
commit 6c6a65c169
3 changed files with 68 additions and 31 deletions

7
source.elna Normal file
View File

@ -0,0 +1,7 @@
module;
proc separator*() -> Char;
return ','
end;
end.