File tree Expand file tree Collapse file tree 25 files changed +800
-0
lines changed
AdventOfCode/Solutions/Year2024 Expand file tree Collapse file tree 25 files changed +800
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments