ppg.cpp added

This commit is contained in:
Darren GALLOIS 2023-02-24 09:25:15 +01:00
parent 9ea6fb9385
commit 4ee0d4b758
1 changed files with 8 additions and 0 deletions

8
ppg.cpp Normal file
View File

@ -0,0 +1,8 @@
#PPG algorithm
#include <iostream>
int main()
std::cont<<"PPG"<< std::endl;
return;