diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs
index 028ff6c..8a304fc 100644
--- a/PullRequestSandbox/Program.cs
+++ b/PullRequestSandbox/Program.cs
@@ -1,16 +1,24 @@
-using System;
+// first line here
+
+
+
+
+using System; // comment on first line
using System.Collections.Generic;
+using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PullRequestSandbox
{
- class Program
+ class Program // x
{
static void Main(string[] args)
{
- /// yepyep
+ File.WriteAllText(@"..\..\extra_carriage_return.txt", "foo\r\r\nbar\n\nfo\ro\r\nbar\n");
}
}
}
+
+// 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 @@
+
+
+