Lugovtsov/project/hardware/main.cpp
2022-11-28 23:17:12 +03:00

16 lines
159 B
C++

#include "Generator.hpp"
#include "Oscilloscope.hpp"
#include "Utils.hpp"
template <typename T>
void func(T arg)
{
}
int main()
{
return EXIT_SUCCESS;
}