
Finnbar says: I used to know a guy who tattooed LOVE across his left knuckles, but didn't tattoo HATE on the other knuckles because he was right-handed and realised he couldn't finish. Ever run out of skills or inspiration halfway through a job?
( , Thu 24 Jun 2010, 13:32)
« Go Back

int main(void){
printf("Fuck off. NOW\n");
return 0;
( , Fri 25 Jun 2010, 6:33, 11 replies)

|main|:
mov ip, sp
stmfd sp!, {rfp, fp, ip, lr, pc}
sub fp, ip, #4
cmps sp,sl
bllt |x$stack_overflow|
bl |___main|
mov r0, #78,#111,#121,#111,#117
ldmdb fp, {rfp, fp, sp, pc}^
( , Fri 25 Jun 2010, 9:01, closed)

( , Fri 25 Jun 2010, 9:23, closed)

with Ada.Text_IO;
procedure Hello is
begin
Ada.Text_IO.Put_Line("Fuck Off. NOW!");
en
( , Fri 25 Jun 2010, 10:55, closed)

public class FuckOffNow {
public static void main(String[] args) {
System.out.println("Fuck Off. NOW!");
( , Fri 25 Jun 2010, 11:20, closed)

Incidentally - I started a degree in Comp Sci. that I didn't finish....
( , Fri 25 Jun 2010, 11:53, closed)
« Go Back