Files
adventofcode2025/bin/adventofcode2025.dart

6 lines
174 B
Dart
Raw Normal View History

2025-11-29 12:21:39 -06:00
import 'package:adventofcode2025/adventofcode2025.dart' as adventofcode2025;
void main(List<String> arguments) {
print('Hello world: ${adventofcode2025.calculate()}!');
}