RosettaCodeData/Task/Assertions/C-sharp/assertions.cs

4 lines
50 B
C#

using System.Diagnostics;
Debug.Assert(a == 42);