Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
FacundoPiriz17 committed Nov 8, 2024
1 parent 995176a commit ec0f157
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Program/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//--------------------------------------------------------------------------------

using System;
using ClassLibrary;

namespace ConsoleApplication
{
Expand All @@ -19,9 +18,7 @@ public static class Program
/// </summary>
public static void Main()
{
var train = new Train();
train.StartEngines();
Console.WriteLine("Hello World!");

}
}
}

0 comments on commit ec0f157

Please sign in to comment.