From cfc5c96c16b64dfbc8571c86041086b7732f6058 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 29 Oct 2018 11:40:39 +0100 Subject: [PATCH] Added class and dat. --- PullRequestSandbox/Class1.cs | 12 ++++++++++++ PullRequestSandbox/Program.cs | 2 +- PullRequestSandbox/PullRequestSandbox.csproj | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 PullRequestSandbox/Class1.cs diff --git a/PullRequestSandbox/Class1.cs b/PullRequestSandbox/Class1.cs new file mode 100644 index 0000000..8882198 --- /dev/null +++ b/PullRequestSandbox/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace PullRequestSandbox +{ + class Class1 + { + } +} diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 028ff6c..27cede4 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -10,7 +10,7 @@ class Program { static void Main(string[] args) { - /// yepyep + /// yepyep } } } diff --git a/PullRequestSandbox/PullRequestSandbox.csproj b/PullRequestSandbox/PullRequestSandbox.csproj index bb80d26..cd3c702 100644 --- a/PullRequestSandbox/PullRequestSandbox.csproj +++ b/PullRequestSandbox/PullRequestSandbox.csproj @@ -43,6 +43,7 @@ +