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

#include "test.h"


void do_something()
{
   printf("Hello world !\n");
}


