2-04-2008


Hello world!

español

public class DivideByZero
{
  public static void main()
  {
    InterestLevel blogInterestLevel;
    ActivityLevel activityLevel;
 
    System.Console.WriteLine("Hello world!");
 
    try
    {
      blogInterestLevel = InterestLevel.High;
      activityLevel = ActivityLevel.High;
      int index = Math.PI * 2 / 0;
    }
    catch(CannotReachInterestLevelException ex)
    {
      System.Console.WriteLine("Exception: The Operating System
                        will keep trying to provide interesting
                        contents to this blog. Thanks for being
                        patient and for your time.");
    }
    catch(NoEnoughActivityException ex)
    {
      System.Console.WriteLine("Exception: The task stack is
                           full and the dispatcher can´t get
                           everything done that fast. Please
                           be patient while the Operating
                           System solves this problem. Thanks
                           for being patient and for your time.");
    }
    finally
    {
      System.Console.WriteLine("Welcome to Divide By Zero. I hope you enjoy!");
    }
  }
}

Written by crimsomshadow under General

5 Comments a “Hello world!”

  1. IBD Says:

    Hola CrimsomShadow !!

    Felicidades por tu nueva página. Espero que sea cierto lo de división entre cero y nos des infinitas perlas de sabiduría, y esas analogías que tanto nos gustan.

    Ya sabes que siempre me tendrás aquí pegado, interesado por todo lo que nos quieras transmitir ; )

    You know !!

  2. Raingna Says:

    Entonces, ¿damos por inaugurado el blog? Habra que organizar una fiesta de apertura en la 105, o algo XDDDD

    PD: la ventana de variables de entorno me ha invitado a cenar O_o

  3. IBD Says:

    Eso no es preocupante… un troyano me ha pedido sexo por… LA BACKDOOR !!!!! o_O

  4. Ferran Says:

    LOL, que fric XD mola ;)

  5. fanta Says:

    esto es lo mas friki que he visto ultimamente.
    xDDD

Please write some thoughts ;-)