dart-torchat/lib/torchat.dart

4 lines
36 B
Dart
Raw Normal View History

2025-06-23 17:53:53 +00:00
int calculate() {
return 6 * 7;
}