using System;
using System.Collections.Generic;
using Microsoft.IdentityModel.Tokens;
public class Program
{
public static void Main()
List<string>? logs = new List<string>();
if (logs.IsNullOrEmpty())
Console.WriteLine("null cool");
}