This website requires JavaScript.
Explore
Help
Sign In
bearmine
/
adventofcode2025
Watch
1
Star
0
Fork
0
You've already forked adventofcode2025
Code
Pull Requests
Activity
Files
27a6a34f0ac4faab7884c01c77dee7eb659c4319
adventofcode2025
/
test
/
adventofcode2025_test.dart
8 lines
94 B
Dart
Raw
Normal View
History
Unescape
Escape
Initialize a dart project
2025-11-29 12:21:39 -06:00
import
'
package:test/test.dart
'
;
void
main
(
)
{
Fix dummy test
2025-11-30 11:50:51 -06:00
test
(
'
42
'
,
(
)
{
expect
(
42
,
42
)
;
Initialize a dart project
2025-11-29 12:21:39 -06:00
}
)
;
}
Copy Permalink