15 lines
105 B

/**
*
*
*
*
*
*/
#ifndef MATRIX_H_
#define MATRIX_H_
void matrix();
#endif /* MATRIX_H_ */