Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 321 Bytes

Project Logic And Code Map


using System;
using System.Linq;
using System.Text;


namespace LIR_Tool___Live_Incident_Response_Tool
{
    public class Program
    {
       
        Console.WrieLine("Under Development");
       
    }
}