0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db/javatest.cpp
2008-03-19 17:06:41 -04:00

9 lines
97 B
C++

// javatest.cpp
#include "javajs.h"
int main(){
JavaJS = new JavaJSImpl();
javajstest();
}