master/lib/hello.h
2022-07-27 08:44:06 +07:00

6 lines
63 B
C

#ifndef HELLO_H
#define HELLO_H
int add(int x, int y);
#endif