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,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net461" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net461" />
</packages>