Delete src/Util/PrintInfo.cs

This commit is contained in:
sonic 2024-08-18 19:40:55 +02:00 committed by GitHub
parent 08ea9e3ba8
commit 5a1ed9e2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc;
namespace sodoff.Utils;
public class PrintInfo {
public static void print() {
Console.WriteLine("Press Ctrl + C to close the server");
}
}