From 61ebcfb3111c3c05bec0b38cf65357c8e6abb041 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Fri, 25 Oct 2024 09:27:39 +0200 Subject: [PATCH] Correzione typo commenti --- Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 59cd9dc..db03abc 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,4 @@ -// See https://aka.ms/new-console-template for more information -//dichiarazione e inizializzatione variabili +//dichiarazione e inizializzazione variabili int i, numGiri, numero, max; i=0;