SignalLab1/ppg.cpp

14 lines
102 B
C++

#include<iostream>
int main()
{
std::cout<<"PPG algorithm"<<std::endl;
return 0;
}