algorithm to print a message

This commit is contained in:
Darren GALLOIS 2023-02-24 09:37:37 +01:00
parent 4ee0d4b758
commit f0e8277fb2
1 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,5 @@
#PPG algorithm
#include <iostream> #include <iostream>
int main() int main(){
std::cout<<"PPG, j'adore gitbash même si avec github desktop c'est mieux"<< std::endl;
std::cont<<"PPG"<< std::endl; return 0;}
return;