Skip to content

Commit 8876876

Browse files
ClémentClément
authored andcommitted
Sorting.
1 parent 7cee230 commit 8876876

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/code/projects/Sorting/Sorting/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ static void Main(string[] args)
77
{
88
Demo.Run(Sorting<int>.InsertionSort);
99
Demo.Run(Sorting<char>.InsertionSort);
10-
1110
Demo.Run(Sorting<int>.Heapsort);
1211
Demo.Run(Sorting<char>.Heapsort);
1312

0 commit comments

Comments
 (0)