something odd occured, as i was working on language oriented programming ( more about it later! ) i found this:
const fs = require("fs");
let ch;
let ci = 4
let co = 0
for (let __; ch !== ci; co) {
ci --
co ++
for (let _; !ci < !co; _){
ci ++
co --
}
fs.appendFile("_", ci + co, (e) => {})
console.log(ci,co)
}
it was supposed to save every log to a randomly made output file, of the error xen text threw ( nodejs)
so, yea, this thing crashes anything almost instantly
oh, it does Not mess up other projects, only the one you use it on
i would give the original code, but this is not open source XD, the code i turned into this, so yea, until i figure out how to make 2 random numbers with 0 and 4, no one gets to see the actual code