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;}