Skip to content
Snippets Groups Projects
functions.h 112 B
Newer Older
philipe's avatar
philipe committed
#include <vector>
#include <iostream>

#ifndef functions_h
#define functions_h

using namespace std;




#endif