#ifndef REMPLIR_H
#define REMPLIR_H

#include "tableau.h"
#include "alea.h"

void remplir(int m);


#endif