laatzen/Common/CommonConsole/Program.cs

11 lines
140 B
C#
Raw Normal View History

2023-08-25 13:23:57 +00:00
namespace CommonConsole
{
2023-09-19 13:51:06 +00:00
using System;
2024-02-26 09:23:37 +00:00
public class Program
2023-08-25 13:23:57 +00:00
{
2023-10-05 07:27:42 +00:00
public static void Main()
{
2024-03-06 11:48:08 +00:00
}
}
2024-03-25 09:35:36 +00:00
}