GolfScript (18 16 chars)
"),@`^^32>#.~".~ Online demo with an extra line which does a correctness check and outputs the number of characters in error.
(I have various equivalent alternatives. @`^ can be replaced with \\`; # can be replaced with ` or ]. The right combination can be used with Howard's trick to equal his score of 15 because backslashes don't need escaping in blocks the way they do in string literals: {),\`^32>].~}.~. But Howard deserves the credit for that trick).