diff --git a/ppg.cpp b/ppg.cpp new file mode 100644 index 0000000..a953b58 --- /dev/null +++ b/ppg.cpp @@ -0,0 +1,8 @@ +#PPG algorithm +#include +int main() + + std::cont<<"PPG"<< std::endl; + return; + +