Campaña abraza a un programador

2008 Octubre 11
by Mario

Get flash player to play to this file

Pásalo ;) .

[visto en digg]

Favoritos y Redes Sociales:
  • del.icio.us
  • Google
  • MisterWong
  • Technorati
  • BarraPunto
  • Meneame
  • Facebook
  • TwitThis

No hay entradas relacionadas.

2 Responses leave one →
  1. getinvolved permalink
    Octubre 14, 2008

    Una pequeña ayuda para tus amigos… xD

    struct hugs
    {
    char name[15];
    char surname[15];
    int donation;
    }

    main()
    {
    struct hugs new_hug;

    scanf(”%s %s %d”, &new_hug.name,
    &new_hug.surname,
    &new_hug.donation);
    }

  2. getinvolved permalink
    Octubre 14, 2008

    Me había quedado mucho mejor indentado :P

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS