factor/vm/main-unix.cpp

8 lines
140 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include "master.hpp"
2013-05-11 22:12:16 -04:00
int main(int argc, char** argv) {
factor::init_mvm();
2013-05-11 22:12:16 -04:00
factor::start_standalone_factor(argc, argv);
return 0;
2009-05-02 05:04:19 -04:00
}