6 lines
174 B
Dart
6 lines
174 B
Dart
|
|
import 'package:adventofcode2025/adventofcode2025.dart' as adventofcode2025;
|
||
|
|
|
||
|
|
void main(List<String> arguments) {
|
||
|
|
print('Hello world: ${adventofcode2025.calculate()}!');
|
||
|
|
}
|