Files
master/lib/hello.cpp
Aruna Tennakoon b4d4f75997 Update hello.cpp
2022-07-27 08:48:25 +07:00

6 lines
62 B
C++

#include "hello.h"
int add(int x, int y) {
return x + y;
}