factor/vm/main-unix.cpp

8 lines
107 B
C++

#include "master.hpp"
int main(int argc, char **argv)
{
start_standalone_factor(argc,argv);
return 0;
}