summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module/cjson/src/main.cpp
blob: 7c775d288ce6ab181ffb12337ab44d2ac43fbcc1 (plain)
1
2
3
4
5
6
#include <iostream>

int main(int argc, char** argv) {
    std::cout << "hello world!" << std::endl;
    return 0;
}