2nd_Sem_Bogachev/2025.05.23/dist/Krivoruchenko_SK/solve_09.h
2025-05-20 10:28:29 +03:00

8 lines
90 B
C

#ifndef SOLVE_H
#define SOLVE_H
#include "node.h"
node * t9_solve (node *head);
#endif