feat: push some work

This commit is contained in:
Louis Gallet 2024-08-21 11:28:21 +01:00
parent ab106d3e59
commit b1feb54e4c
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -2,6 +2,7 @@
int main() int main()
{ {
std::cout << "Hello World!"; /*std::cout << "Hello World!" << std::endl;
std::cout << "Happy to learn C++" << std::endl;*/
return 0; return 0;
} }