#ifndef UTILS_H
#define UTILS_H

#ifdef DEBUG
#include <stdio.h>
void logs(char *s);
#endif

#endif