/*-----------------------------------------|
|  helloWorld.cpp                          |
|  April 12, 2007                          |
|  Jesus Cruz                              |
|  chuyandmac.blogspot.com                 |
-------------------------------------------*/

#include <stdio.h>

int main(void){
  printf("Hello World. Welcome to chuyandmac.blogspot.com\n");
}

