mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-14 03:33:45 +00:00
2018 Day 02 incomplete solution - committed for posterity in case I ever go back to it
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Day_04
|
||||
{
|
||||
public class Day
|
||||
{
|
||||
public string Date { get; set; }
|
||||
public int GuardId { get; set; }
|
||||
public List<bool> IsAsleepThisMinute { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user