mumbullet/lib/mumbullet.dart
2025-06-18 10:07:27 -06:00

4 lines
36 B
Dart

int calculate() {
return 6 * 7;
}