Test commit

This commit is contained in:
2024-05-04 19:45:56 +01:00
parent c4c808712e
commit 102253a392

View File

@@ -2,6 +2,7 @@
int main(int argc, char const *argv[]) int main(int argc, char const *argv[])
{ {
//See if pushing works...
std::cout << "Hello world"; std::cout << "Hello world";
return 0; return 0;
} }