FourierAnalyzer/src/main.cpp

8 lines
112 B
C++
Raw Normal View History

2020-11-05 13:21:59 +00:00
#include <iostream>
int main(int argc, char** argv)
{
std::cout << "Hello, World!" << std::endl;
return 0;
}