Files
LAB16/include/LAB2.h
2026-02-25 18:09:22 +03:00

9 lines
74 B
C

#ifndef LAB2_H
#define LAB2_H
#include "shared.h"
void lab_2();
#endif