/* 
 * File:   main.c
 * Author: Andréa
 *
 * Created on 21 octobre 2010, 08:45
 */

#include <stdio.h>
#include <stdlib.h>

/*
 * 
 */
int main(int argc, char** argv) {

    return (EXIT_SUCCESS);
}

