From d1e9e6c12868eda61306df405042343268fb3f8c Mon Sep 17 00:00:00 2001 From: MateuszK Date: Tue, 4 May 2021 15:40:11 +0200 Subject: [PATCH] Update Program.cs (#2) Co-authored-by: MateushK Reviewed-on: https://git.tedtronix.pl/MateuszK/Szkola2.0/pulls/2 Co-authored-by: MateuszK Co-committed-by: MateuszK --- sortowanie/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/sortowanie/Program.cs b/sortowanie/Program.cs index 8afc70e..0149d3a 100644 --- a/sortowanie/Program.cs +++ b/sortowanie/Program.cs @@ -36,6 +36,7 @@ namespace szkola_2._0 } } + }