From 4ee0d4b758d3ec99c5077166858eb30aa98bfcef Mon Sep 17 00:00:00 2001 From: "darren.gallois" Date: Fri, 24 Feb 2023 09:25:15 +0100 Subject: [PATCH] ppg.cpp added --- ppg.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ppg.cpp 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; + +