dem2/Hash.cs
2025-11-18 13:48:53 +04:00

13 lines
178 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Musical
{
internal class Hash
{
}
}