PEASS-ng/winPEAS/winPEASexe/Tests/Program.cs
makikvues 1af100d9c4 - updates tests project
- updated github action
2021-07-06 15:19:49 +02:00

16 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tests
{
class Program
{
static void Main(string[] args)
{
}
}
}