From 839a7e4b78c34afde39523fb0ad9fadad1cae7eb Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 10 Jun 2017 08:47:16 +0200 Subject: [PATCH] remove whitespace --- software/1_sem/iterations/iterations/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/software/1_sem/iterations/iterations/Program.cs b/software/1_sem/iterations/iterations/Program.cs index d9cf82e..dbfef9c 100644 --- a/software/1_sem/iterations/iterations/Program.cs +++ b/software/1_sem/iterations/iterations/Program.cs @@ -19,12 +19,8 @@ namespace iterations result = result + i.ToString() + ","; } } - Console.WriteLine(result); - } - - } } } \ No newline at end of file