Skip to content

Commit b096e8f

Browse files
authored
Update Program.cs
1 parent bf9b207 commit b096e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code-EXPLAINED/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void Main(string[] args)
7878
Console.ReadKey();//waits for user key (enter, space...)
7979
return;//if b is equal to 0 it stops the program process
8080
}
81-
Console.WriteLine(b);//prints the value of
81+
Console.WriteLine(b);//prints the value of b
8282
Console.Title = String.Format("Calabrese#0001 - "+b);//changes the console title with the value of b
8383
}
8484
// --------------------------------------------------

0 commit comments

Comments
 (0)