From e8f195f4cd3ae7806dba2798caea60842a3642e7 Mon Sep 17 00:00:00 2001 From: Arotex Date: Thu, 2 Oct 2025 13:25:14 +0200 Subject: [PATCH] =?UTF-8?q?compilierte=20Datei=20in=20Gitignore=20eingef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + main.cpp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a042f5..eb8a22f 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ Module.symvers Mkfile.old dkms.conf +main diff --git a/main.cpp b/main.cpp index 0007ddc..1c4cb60 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,8 @@ #include +int number = 12; + main() { - std::cout << "Hallo Welt" << std::endl; + std::cout << "Hallo Welt" << std::endl << number << std::endl; } \ No newline at end of file