From affd9874e11467ec7406825cd85d05e74bf6e266 Mon Sep 17 00:00:00 2001 From: Anastasis Ksouzafeiris Date: Mon, 1 Oct 2018 23:06:37 +0200 Subject: [PATCH] stylish change (minor,playing around) --- code/binary_search-anksos.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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