Files
sandbox/nodejs/cpp/example.cpp
2021-04-25 17:26:14 -05:00

9 lines
69 B
C++

#include "example.h"
int sumTwo(int i, int j)
{
return i + j;
}