compilierte Datei in Gitignore eingefügt

This commit is contained in:
2025-10-02 13:25:14 +02:00
parent 1fa0c63a6c
commit e8f195f4cd
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#include <iostream>
int number = 12;
main()
{
std::cout << "Hallo Welt" << std::endl;
std::cout << "Hallo Welt" << std::endl << number << std::endl;
}