mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
9 lines
97 B
C++
9 lines
97 B
C++
// javatest.cpp
|
|
|
|
#include "javajs.h"
|
|
|
|
int main(){
|
|
JavaJS = new JavaJSImpl();
|
|
javajstest();
|
|
}
|