QRedis/tests/main.cpp

7 lines
72 B
C++
Raw Normal View History

#include <iostream>
int main(int argc, char ** argv)
{
return 0;
}