Files
tp-modelisation-problemes/main.cpp
2025-09-29 13:51:40 +02:00

10 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}