COSC-4P80-Final-Project/src/main.cpp

9 lines
77 B
C++

#include <iostream>
#include <MNIST.h>
int main()
{
fp::run_mnist();
}