diff --git a/2018_06/2018_06.csproj b/2018_06/2018_06.csproj
new file mode 100644
index 0000000..eea095e
--- /dev/null
+++ b/2018_06/2018_06.csproj
@@ -0,0 +1,53 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {081924FB-199D-4EF7-85C2-E4DF15829C43}
+ Exe
+ _2018_06
+ 2018_06
+ v4.6.1
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2018_06/App.config b/2018_06/App.config
new file mode 100644
index 0000000..731f6de
--- /dev/null
+++ b/2018_06/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/2018_06/Program.cs b/2018_06/Program.cs
new file mode 100644
index 0000000..b9d09e1
--- /dev/null
+++ b/2018_06/Program.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace _2018_06
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}
diff --git a/2018_06/Properties/AssemblyInfo.cs b/2018_06/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..ab8be27
--- /dev/null
+++ b/2018_06/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("2018_06")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("2018_06")]
+[assembly: AssemblyCopyright("Copyright © 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("081924fb-199d-4ef7-85c2-e4df15829c43")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/AdventOfCode.sln b/AdventOfCode.sln
index 6565f4d..19ba899 100644
--- a/AdventOfCode.sln
+++ b/AdventOfCode.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.136
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2017_01", "2017_01\2017_01.csproj", "{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}"
EndProject
@@ -15,6 +15,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2018_04", "ConsoleApp1\2018
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2018_05", "2018_05\2018_05.csproj", "{97FEEF32-81BC-4DC5-9D3D-6552E989D4AC}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2018_06", "2018_06\2018_06.csproj", "{081924FB-199D-4EF7-85C2-E4DF15829C43}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -45,6 +47,10 @@ Global
{97FEEF32-81BC-4DC5-9D3D-6552E989D4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97FEEF32-81BC-4DC5-9D3D-6552E989D4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97FEEF32-81BC-4DC5-9D3D-6552E989D4AC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {081924FB-199D-4EF7-85C2-E4DF15829C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {081924FB-199D-4EF7-85C2-E4DF15829C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {081924FB-199D-4EF7-85C2-E4DF15829C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {081924FB-199D-4EF7-85C2-E4DF15829C43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE