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/LAB2.h Normal file
View File

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