more files
This commit is contained in:
8
nodejs/cpp/example.cpp
Normal file
8
nodejs/cpp/example.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "example.h"
|
||||
|
||||
int sumTwo(int i, int j)
|
||||
{
|
||||
return i + j;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user