diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs
index 028ff6c..a42ccc0 100644
--- a/PullRequestSandbox/Program.cs
+++ b/PullRequestSandbox/Program.cs
@@ -1,4 +1,9 @@
-using System;
+// first line here
+
+
+
+
+using System; // comment on first line
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -6,11 +11,12 @@
namespace PullRequestSandbox
{
- class Program
+ class Program // x
{
static void Main(string[] args)
{
- /// yepyep
}
}
}
+
+// another line to comment on
diff --git a/PullRequestSandbox/PullRequestSandbox.csproj b/PullRequestSandbox/PullRequestSandbox.csproj
index bb80d26..a5375d2 100644
--- a/PullRequestSandbox/PullRequestSandbox.csproj
+++ b/PullRequestSandbox/PullRequestSandbox.csproj
@@ -49,6 +49,9 @@
+
+
+