factor/vm/vm.cpp

9 lines
81 B
C++
Executable File

#include "master.hpp"
namespace factor
{
factor_vm::factor_vm() { }
}