Make Error 127 when running trying to compile code
Error 127 means one of two things: file not found: the path you’re using is incorrect. double check that the program is actually in your $PATH, or in this case, the relative path is correct — remember that the current working directory for a random terminal might not be the same for the IDE you’re … Read more