Skip to content

Commit 889f7c5

Browse files
authored
Update Program.cs
just add console.readkey
1 parent 7a62a9a commit 889f7c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Structural/Specification/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ public static void Main(string[] args) {
2121
var appleSmartMobiles = mobiles.FindAll(mobile => andSpecification.IsSatisfiedBy(mobile));
2222

2323
Console.WriteLine("Hello World!");
24+
25+
Console.ReadKey();
2426
}
2527

2628
}

0 commit comments

Comments
 (0)