Neues Programm

This commit is contained in:
2026-06-03 11:38:02 +02:00
parent 08f99b5747
commit bbc49a48f1
+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
{
}
}