Initialize a dart project
This commit is contained in:
8
test/adventofcode2025_test.dart
Normal file
8
test/adventofcode2025_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:adventofcode2025/adventofcode2025.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('calculate', () {
|
||||
expect(calculate(), 42);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user