[ create a new paste ] login | about

Project: khaotic
http://www.KhaoticIRC.net
Language:
Description:
None

Recent Pastes:

Plain Text, pasted on Mar 13:
1
0096648201000
view (1 line)
C++, pasted on Jul 26:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (17 lines, 1 line of output)
C++, pasted on Jul 26:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (17 lines, 2 lines of output)
C++, pasted on Jul 26:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (14 lines, 2 lines of output)
C++, pasted on Jul 26:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (13 lines)
C++, pasted on Jul 25:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (13 lines, 1 line of output)
C++, pasted on Jul 25:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (12 lines, 3 lines of output)
C++, pasted on Jul 25:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (13 lines, 3 lines of output)
C++, pasted on Jul 25:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (13 lines, 3 lines of output)
C++, pasted on Jul 25:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (13 lines, 3 lines of output)
PHP, pasted on Jul 15:
1
2
3
<?php
echo "OMG THIS IS ME WORLD!!!!!!!!";
?>
view (3 lines, 1 line of output)
khaotic - C++, pasted on Jul 15:
1
2
3
4
5
#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;
...
view (17 lines, 2 lines of output)
C++, pasted on May 18:
1
2
3
4
5
#include <iostream>
using namespace std;
int main()
{
cout << "Testing #2...\n";
...
view (8 lines, 1 line of output)
PHP, pasted on May 2:
1
2
3
4
5
<?php
for ($i=1; $i<=500000000000000; $i++) {
  echo "Khaotic is a noob";
}
?>
view (5 lines, 2 lines of output)