Skip to content

Commit

Permalink
Fixed Merge Conflict Marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
RafCodes-del authored May 2, 2024
1 parent e7d47b6 commit 2809b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ static void Main(string[] args)
}
}
}
=======
using System;

Check failure on line 95 in Program.cs

View workflow job for this annotation

GitHub Actions / build

A using clause must precede all other elements defined in the namespace except extern alias declarations

Check failure on line 95 in Program.cs

View workflow job for this annotation

GitHub Actions / build

A using clause must precede all other elements defined in the namespace except extern alias declarations
using System.Threading;

Check failure on line 96 in Program.cs

View workflow job for this annotation

GitHub Actions / build

A using clause must precede all other elements defined in the namespace except extern alias declarations

Check failure on line 96 in Program.cs

View workflow job for this annotation

GitHub Actions / build

A using clause must precede all other elements defined in the namespace except extern alias declarations

Expand Down

0 comments on commit 2809b8f

Please sign in to comment.