Lugovtsov/project/hardware/main.cpp

10 lines
114 B
C++

#include "Generator.hpp"
#include "Oscilloscope.hpp"
#include "Utils.hpp"
int main()
{
return EXIT_SUCCESS;
}