Wednesday, January 17, 2007

Arbit 'o' Arbit

Program Test post. (Checking performacing extension in Mozilla firefox)

If (test post == success)

{

printf("%s",Mozilla rocks);

}

else

{

printf("%s",Mozilla still rocks);

}



p.s. Feels nice to write a C program ( with lots of mistakes :)) after a long time.





powered by performancing firefox

2 comments:

Sands | കരിങ്കല്ല് said...

/* Lets make it a one liner */

printf("Mozilla %s rocks", (testpost == success) ? "still" : "" );

/* Sands. */

Sands | കരിങ്കല്ല് said...

by the way, this performancing is giving extra-line-breaks. I didnt like it much.

I am back to blogger UI.

Sands.