I'm writing a program to go to a website, extract the source code, parse the code to get the data in the tables, sort the data in a particular manner, write it to a .txt, and send it to our database team. I'm working on the parsing (we have 3 or 4 people working on the overall project) and I keep getting a exited with code 0 error. I tried several other programs, including a basic hello world, and I get the same error. Does anyone know how to fix this?