Uebungsaufgaben_ITFA_2_SS_2025/Exercises/E24_Enums/Exercise_14.cs
s.schueler.doz 19d199a2ad Initial
2025-02-10 17:06:29 +01:00

15 lines
188 B
C#

using System;
using System.IO;
namespace Exercises_C_Sharp.E24_Enumns
{
class Exercise_14
{
//
public static void Start()
{
}
}
}