Update loadParameters to check for JSON value type, NULL
[gssweb.git] / json_gssapi / main.cpp
1 #include <iostream>
2
3 int main(int argc, char **argv) {
4     std::cout << "Hello, world!" << std::endl;
5     return 0;
6 }