GildedRose-Refactoring-Kata/csharp/Program.cs
2021-10-31 12:38:24 +02:00

11 lines
111 B
C#

using System;
using System.Collections.Generic;
namespace csharp
{
public class Program
{
}
}