Printable ASCII characters
From a blank input, print all 95 printing ASCII characters one per line, from space to tilde.
Start file
End file
! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~
View Diff
1c1,95 < --- > > ! > " > # > $ > % > & > ' > ( > ) > * > + > , > - > . > / > 0 > 1 > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > : > ; > < > = > > > ? > @ > A > B > C > D > E > F > G > H > I > J > K > L > M > N > O > P > Q > R > S > T > U > V > W > X > Y > Z > [ > \ > ] > ^ > _ > ` > a > b > c > d > e > f > g > h > i > j > k > l > m > n > o > p > q > r > s > t > u > v > w > x > y > z > { > | > } > ~
Solutions by @me_coot:
Unlock 3 remaining solutions by signing in and submitting your own entry