From 2a479c04feb6f9d49bad17898a1a6b2d1df808bc Mon Sep 17 00:00:00 2001 From: Niklas Bretz <niklas.bretz@student.reutlingen-university.de> Date: Mon, 12 Dec 2022 14:15:29 +0000 Subject: [PATCH] console out translated to english --- Aufgabe3/ConsoleApplication1/Car.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aufgabe3/ConsoleApplication1/Car.cs b/Aufgabe3/ConsoleApplication1/Car.cs index ad88c15..f7aa248 100644 --- a/Aufgabe3/ConsoleApplication1/Car.cs +++ b/Aufgabe3/ConsoleApplication1/Car.cs @@ -1,4 +1,4 @@ - + using System; @@ -17,7 +17,7 @@ namespace ConsoleApplication1 { thisCarId = carId; carId++; - Console.WriteLine("auto erstellt " + thisCarId); + Console.WriteLine("car created. id = " + thisCarId); } public void count() -- GitLab