I\'m trying to print some characters to an output file. If I do:
PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter("test.txt")));
o