Revision 06c427ae445a42c2af68f712e4ee187753ea2d3c authored by Tao Du on 19 January 2021, 02:50:11 UTC, committed by Tao Du on 19 January 2021, 02:50:11 UTC
1 parent 0ad2fcc
main.cpp
#include <iostream>
#include "Eigen/Dense"
#include "common/config.h"
#include "common/common.h"
int main() {
PrintInfo("The program compiles just fine.");
return 0;
}

Computing file changes ...