Details | Last modification | View Log
#include "test.h"
int main(int argc, char** argv)
{
do_something();
return 0;
}