Example #1
0
        public void Run()
        {
            Log.LogInformation("Welcome to Fyre!\n");

            IArtWriter writer = new ArtWriter();

            var data = writer.WriteString("FYRE");

            System.Console.WriteLine(data);

            Introduction();
        }