Compare commits

...

3 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
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{
static void Main(string[] args)
{
Console.WriteLine("Hello, Alla!");
Console.WriteLine("Hello, nein!");
Console.WriteLine("Hello, NEIN NEIN NEIN!");
Console.WriteLine("ICH bin ein Gamedesigner");
}
+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
{
}
}