Files
Prog4_Beadando/WD7UVN_HFT_2023241/Program.cs

13 lines
200 B
C#
Raw Normal View History

2023-10-03 10:36:32 +02:00
using System;
namespace WD7UVN_HFT_2023241
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}