Skip to content

Commit b019444

Browse files
author
ELLIESDATOR\cicci
committed
Merge test and develop
2 parents 7e30ec5 + ce83227 commit b019444

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Session02/Session02exercise01/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ static void Main(string[] args)
88
{
99
Console.WriteLine("Hello World!");
1010

11+
var integer = 0;
12+
13+
Console.WriteLine("Integer is " + integer.ToString());
14+
1115
string stringValue = "MyStringValue";
1216

1317
Console.WriteLine("The value of stringValue is: " + stringValue);

0 commit comments

Comments
 (0)