[ create a new paste ] login | about

Link: http://codepad.org/cwe7V8Tu    [ raw code | output | fork ]

C++, pasted on Dec 5:
1
2
3
4
5
6
#include <iostream>
int main(){
for(char qaz = 94; qaz > 1 ; qaz--){
cout << qaz;
}
}


Output:
1
2
3
4
5
6
7
8
^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"! 

	


Create a new paste based on this one


Comments: