c-course/c-basic/hello.h

7 lines
55 B
C
Raw Permalink Normal View History

2025-06-16 21:32:07 +03:00
#ifndef HELLO_H
#define HELLO_H
void hello();
#endif