diff --git a/Program.cs b/Program.cs index e1ddbf1..d16d8cc 100644 --- a/Program.cs +++ b/Program.cs @@ -33,4 +33,19 @@ public void Print() Console.WriteLine("hello"); } } + + class AndAnotherClass + { + public void Print() + { + // Pull Request + Console.WriteLine("hello"); + + // Bug fix + Console.WriteLine("hello"); + Console.WriteLine("wow!"); + Console.WriteLine("wow!"); + Console.WriteLine("wow!"); + } + } }