Wow, massive red flag. How quickly did you quit?
Wow, massive red flag. How quickly did you quit?
Strawbery
And 90% of the time, n is about 3
The line causing the memory leaks is actually the lack of a line: free()
.
you have to pay to have your stuff put on the app store??
my best guess:
system("bash -c 'echo \\\"¯\\\\_(ツ)_/¯\\\"'");
which will get parsed as:
bash -c 'echo \"¯\\_(ツ)_/¯\"'
which will run:
echo "¯\_(ツ)_/¯"
and since
echo
just prints whatever was given to it, it’ll print"¯\_(ツ)_/¯"
with the quotes