diff --git a/a.out b/a.out new file mode 100755 index 0000000..0d6d094 Binary files /dev/null and b/a.out differ diff --git a/ppg.cpp b/ppg.cpp new file mode 100644 index 0000000..e2367c6 --- /dev/null +++ b/ppg.cpp @@ -0,0 +1,9 @@ +//C++ + +#include + +int main(){ + //Print "PPG algorithm" to terminal + std::cout << "PPG algorithm"<< std::endl; + return 0; + } diff --git a/ppg.o b/ppg.o new file mode 100644 index 0000000..d31e64a Binary files /dev/null and b/ppg.o differ