Yoshimitsu21′s Blog

Just another WordPress.com weblog

EL EXORCISTA

Esta parte es muy buena mirenla, es de la pelicula

escary movie

abril 13, 2009 Publicado por | Uncategorized | Dejar un comentario

clase nodo

class nodo
{
private int data;
private nodo link;

nodo()
{
link=null;
}

public int GetData()
{
return data;
}

public nodo GetLink()
{
return link;
}

public void SetData(int d)
{
return data;
}

public void SetLink(nodo l)
{
link=l;
}

}

abril 13, 2009 Publicado por | codigo en java | 1 comentario

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

abril 13, 2009 Publicado por | Uncategorized | 1 comentario

   

Seguir

Get every new post delivered to your Inbox.