initial commit

This commit is contained in:
2026-02-25 18:09:22 +03:00
commit c8f7782552
16 changed files with 622 additions and 0 deletions

8
include/LAB5.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef LAB5_H
#define LAB5_H
#include "shared.h"
void lab_5();
#endif