Fix projects definitions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
namespace AdventOfCode2020;
|
||||
|
||||
/*
|
||||
|
||||
--- Day 5: Binary Boarding ---
|
||||
@@ -56,11 +57,6 @@ What is the ID of your seat?
|
||||
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace AdventOfCode2020;
|
||||
|
||||
public class Day05 : IDay
|
||||
{
|
||||
public string ResolvePart1(string[] inputs)
|
||||
|
||||
Reference in New Issue
Block a user