Date: 2025-07-10 07:24:54
Score: 0.5
Natty:
My Solution
- Change localization files to yaml files(Maybe json files can work, but I haven't tried.);
- Use
"
to contain the text who use \n
.
Example
text: "Hello\nWolrd"
Output
Hello
Wolrd
Reasons:
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: AllinProgram