[ create a new paste ] login | about

jasonthebomb

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by jasonthebomb:

Haskell, pasted on Feb 20:
1
2
3
4
5
<?php

	{
    static void; Main()
   
...
view (33 lines, 2 lines of output, 2 comments)
PHP, pasted on Feb 13:
1
2
3
4
5
<?php

	{
    static void; Main()
   
...
view (33 lines, 2 lines of output, 1 comment)
C, pasted on Feb 11:
1
2
3
4
5
/* package whatever; // don't place package name! */

	{
    static void; Main()
   
...
view (30 lines, 1 line of output, 1 comment)
Plain Text, pasted on Feb 11:
1
String result = Regex.Replace(htmlDocument, @"<[^>]*>", String.Empty);
view (1 line)