KalkulatorISP-31rrrrr/source/repos/РоговаИСП-33тест/UnitTest1.cs
2025-11-11 14:18:33 +04:00

15 lines
244 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace РоговаИСП_33тест
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}