Files
master/lib/hello.h
Aruna Tennakoon f30d70cdaf initial commit
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