From c215b9a294c2787e91839b24ddf634dcff4f1c4a Mon Sep 17 00:00:00 2001 From: "estevan.biau-loyer" Date: Fri, 24 Feb 2023 09:23:49 +0100 Subject: [PATCH] c++ --- PPG algorithm.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PPG algorithm.cpp diff --git a/PPG algorithm.cpp b/PPG algorithm.cpp new file mode 100644 index 0000000..49c2fdc --- /dev/null +++ b/PPG algorithm.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + std::cout <<"PPG"<< std::endl; + return 0; +}