From f0e8277fb20b1dfc3d1ebe94320ae79d1dbad22b Mon Sep 17 00:00:00 2001 From: "darren.gallois" Date: Fri, 24 Feb 2023 09:37:37 +0100 Subject: [PATCH] algorithm to print a message --- ppg.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ppg.cpp b/ppg.cpp index a953b58..773fe1b 100644 --- a/ppg.cpp +++ b/ppg.cpp @@ -1,8 +1,5 @@ -#PPG algorithm #include -int main() - - std::cont<<"PPG"<< std::endl; - return; - +int main(){ + std::cout<<"PPG, j'adore gitbash même si avec github desktop c'est mieux"<< std::endl; + return 0;}