Skip to content

Commit

Permalink
Fix year
Browse files Browse the repository at this point in the history
  • Loading branch information
julemand101 committed Nov 28, 2024
1 parent ed1d81c commit 7a7aa99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: advent_of_code_2023
description: Solutions for Advent of Code 2023.
name: advent_of_code_2024
description: Solutions for Advent of Code 2024.
version: 0.0.1

environment:
Expand Down
4 changes: 2 additions & 2 deletions test/day01_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// https://adventofcode.com/2023/day/1

import 'dart:io';
import 'package:advent_of_code_2023/day01.dart';
import 'package:advent_of_code_2023/util.dart';
import 'package:advent_of_code_2024/day01.dart';
import 'package:advent_of_code_2024/util.dart';
import 'package:test/test.dart';

final input = File('test/data/day01.txt').readAsLinesSync();
Expand Down

0 comments on commit 7a7aa99

Please sign in to comment.