Siebenmal in der Woche, zu viele Hausaufgaben!

This commit is contained in:
2026-04-30 16:34:55 +03:00
committed by GitHub
parent c1901f2098
commit 6e0d4a7bf1
+1 -1
View File
@@ -5,7 +5,7 @@ const Code = fs.readFileSync(process.argv[2],"utf-8")
const Settings = {
RenameVariables: true,
RenameGlobals: false,
SolveMath: true,
SolveMath: false,
Indentation: '\t'
}