class P{static void Main(){System.Console.Write(@" ! "" # $ % & ' ( ) * + , - . /\x0d 0 1 2 3 4 5 6 7 8 9 : ; < = > ?\x0d @ A B C D E F G H I J K L M N O\x0d P Q R S T U V W X Y Z [ \ ] ^ _\x0d ` a b c d e f g h i j k l m n o\x0d p q r s t u v w x y z { | } ~");}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).