Fix projects definitions
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace AdventOfCode2020;
|
||||
|
||||
/*
|
||||
|
||||
@@ -91,8 +88,6 @@ What is the encryption weakness in your XMAS-encrypted list of numbers?
|
||||
|
||||
*/
|
||||
|
||||
namespace AdventOfCode2020;
|
||||
|
||||
public class Day09 : IDay
|
||||
{
|
||||
public string ResolvePart1(string[] inputs)
|
||||
|
||||
Reference in New Issue
Block a user