diff --git a/code/binary_search-anksos.cs b/code/binary_search-anksos.cs index 8472cf0..0076862 100644 --- a/code/binary_search-anksos.cs +++ b/code/binary_search-anksos.cs @@ -34,4 +34,5 @@ class GFG { Console.WriteLine("Element found at " + "index " + result); } -} \ No newline at end of file +} +// end of file \ No newline at end of file