fq_sim/main.cpp

11 lines
161 B
C++
Raw Normal View History

#include <iostream>
#include "Matrix.hpp"
#include "Simulator.hpp"
#include "parser.hpp"
// Example usage
int main()
{
test_vcr();
return 0;
}