mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
11 lines
111 B
C#
11 lines
111 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace csharp
|
|
{
|
|
public class Program
|
|
{
|
|
|
|
}
|
|
}
|