2022-12-05 12:43:11 +01:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Kalender
|
|
|
|
|
{
|
|
|
|
|
internal class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
2022-12-09 16:30:14 +01:00
|
|
|
|
{
|
2022-12-10 08:36:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
day10.part1();
|
2022-12-05 12:43:11 +01:00
|
|
|
|
Console.ReadKey();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|