#include <iostream> void Afficher() { std::cout << "If I was a Folkstar" << std::endl; } int main() { Afficher(); return 0; }