cpp langue

#include <iostream>
using namespace std;

int main() {
    cout << "Hello, LLPL" << endl;
    return 0;
}