mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Agent Hello World
This commit is contained in:
parent
7c7f725034
commit
47f2e401e0
1 changed files with 4 additions and 2 deletions
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
namespace FilterLists.Agent
|
||||
{
|
||||
class Program
|
||||
public class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
Console.Write("\nPress any key to exit...");
|
||||
Console.ReadKey(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue