Tech, music, madness and what comes out..

Pain in 3 languages..

Java

public class nerd
{
private boolean heart;
public skills habilities;
private skills junk;

private void live()
{
this -> skills++;
this -> junk++;
this -> heart = rand();
}
}

public static int main(String [] args)
{
Nerd doug = new nerd;
doug.live;
if(doug.live == TRUE)
System.out.println(“It hurts…”);
else
System.out.println(“Maybe its a stomachake”);

return(0);
}

C

#include
#include
#include "nerd.h" //same as java, but in a C header

int main()
{
nerd doug;
if(doug.heart)
printf(“Ah… f*cking heart);
else
printf(“I need a bath.”);

return 0;
}

Shell script

#!/bin/bash
nerd=$1
heart=$2

if [ nerd -eq "doug" ] && [ heart ]
then
echo `man woman`
else
halt
fi

I don’t know why, but a woman can cause a good pain..

1 Comment »

  1. [...] Pain in 3 languages.. [...]

    Pingback by Pain in 3 languages.. « Tech, music, madness and what comes out.. — August 1, 2007 @ 7:07 pm | Reply


RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.