Skip to content

Commit f188616

Browse files
committed
Pre-Add solution files for 2024 season
1 parent dc65399 commit f188616

25 files changed

+800
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(01, 2024, "")]
15+
class Day01 : ASolution
16+
{
17+
public Day01() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(02, 2024, "")]
15+
class Day02 : ASolution
16+
{
17+
public Day02() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(03, 2024, "")]
15+
class Day03 : ASolution
16+
{
17+
public Day03() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(04, 2024, "")]
15+
class Day04 : ASolution
16+
{
17+
public Day04() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(05, 2024, "")]
15+
class Day05 : ASolution
16+
{
17+
public Day05() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(06, 2024, "")]
15+
class Day06 : ASolution
16+
{
17+
public Day06() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(07, 2024, "")]
15+
class Day07 : ASolution
16+
{
17+
public Day07() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(08, 2024, "")]
15+
class Day08 : ASolution
16+
{
17+
public Day08() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(09, 2024, "")]
15+
class Day09 : ASolution
16+
{
17+
public Day09() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
using System;
2+
using System.Text;
3+
using System.Collections.Generic;
4+
using AdventOfCode.UserClasses;
5+
using System.Linq;
6+
using System.Data;
7+
using System.Threading;
8+
using System.Security;
9+
using static AdventOfCode.Solutions.Utilities;
10+
using System.Runtime.CompilerServices;
11+
12+
namespace AdventOfCode.Solutions.Year2024
13+
{
14+
[DayInfo(10, 2024, "")]
15+
class Day10 : ASolution
16+
{
17+
public Day10() : base()
18+
{
19+
20+
}
21+
22+
protected override object SolvePartOne()
23+
{
24+
return null;
25+
}
26+
27+
protected override object SolvePartTwo()
28+
{
29+
return null;
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)