6 lines
142 B
C#
6 lines
142 B
C#
namespace LeetCodeSharp.Fetcher.Models;
|
|
|
|
internal class Problems
|
|
{
|
|
public required List<StatWithStatus> StatStatusPairs { get; set; }
|
|
} |