en c code pour affichage code example
Example: en c code pour affichage
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}