Started task 9

This commit is contained in:
AZEN-SGG 2025-05-19 19:56:04 +03:00
parent f8c00118de
commit d7ac3be857
14 changed files with 358 additions and 0 deletions

8
2025.05.23/09Ex/solve.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef SOLVE_H
#define SOLVE_H
#include "node.h"
node * t9_solve (node *head);
#endif