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
3b6a041a741c35c8e8dd065e466876aa4038810e
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