Fix projects definitions

This commit is contained in:
2023-12-09 07:18:26 +01:00
parent 632371eb48
commit 599bf0a23e
41 changed files with 44 additions and 335 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
namespace AdventOfCode2020;
/*
@@ -93,8 +91,6 @@ Fix the program so that it terminates normally by changing exactly one jmp (to n
*/
namespace AdventOfCode2020;
public class Day08 : IDay
{
public string ResolvePart1(string[] inputs)