Compare commits

..

4 Commits

Author SHA1 Message Date
PBG2H25ALA bbc49a48f1 Neues Programm 2026-06-03 11:38:02 +02:00
PBG2H25ALA 08f99b5747 Merge 2 2026-06-03 11:26:42 +02:00
PBG2H25ALA baea8eb54d leck 2026-06-03 11:26:10 +02:00
NBTEMP\bib 0ec6c73538 leck klöten 2026-06-03 11:25:45 +02:00
2 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hello, Alla!"); Console.WriteLine("Hello, nein!");
Console.WriteLine("Hello, NEIN NEIN NEIN!"); Console.WriteLine("Hello, NEIN NEIN NEIN!");
Console.WriteLine("ICH bin ein Gamedesigner");
} }
//Test //Test
} }
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Chefs
{
internal class Test
{
}
}