[ create a new paste ] login | about

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

slevy1ster - C, pasted on Oct 31:
1
2
3
4
5
6
7
8
9
#include <stdlib.h>
#include <stdio.h>
int main()
{
int $i;
$i = 66;
printf("Route %d",$i);
return(0);
}


Output:
1
Route 66


Create a new paste based on this one


Comments: