[ create a new paste ] login | about

mickey24

Name: mickey24
Email:
Site/Blog: http://d.hatena.ne.jp/mickey24/
Location: Japan
Default language: C++
Favorite languages: C/C++, C#
About: hello.

Saved pastes by mickey24:

Ruby, pasted on Oct 20:
1
_,__,___="#"=~/$/,"##"=~/$/,"###"=~/$/;@_,@__=__*__,__+___;$_=@_*@_*___;$__=__*@__*__*@__;$><<(""<<($__+___*___)<<($__+@__)<<($__-_)<<($__+__+@__)<<($__+_)<<($__+@_*@_+@__)<<($_+__)<<($_+@_))
view (1 line, 1 line of output)
C, pasted on Sep 16:
1
int main(){char s[]="int main(){char s[]=%c%s%c;printf(s,34,s,34);return 0;}";printf(s,34,s,34);return 0;}
view (1 line, 1 line of output)
C++, pasted on Jan 1:
1
2
3
4
5
#include <iostream>
using namespace std;

class Base {
public:
...
view (31 lines, 3 lines of output)