Day01 part 1, statement and failing tests

This commit is contained in:
2018-12-07 23:46:42 +01:00
commit 7fe4f12015
12 changed files with 397 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("AdventOfCode2017")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AdventOfCode2017")]
[assembly: AssemblyCopyright("Copyright © Valeriano A.R. 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("49c8a67c-d94c-4cfb-b7fb-c19a1a83ca66")]
[assembly: AssemblyFileVersion("1.0.0")]