This commit is contained in:
2025-01-16 22:46:20 +01:00
commit eccf0a28bb
6 changed files with 156 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
function format (line)
return line:gsub(" ", "\n");
end