Files
wishlist/api_example/lib/api.dart
T
2023-07-07 18:21:08 +03:00

4 lines
36 B
Dart

int calculate() {
return 6 * 7;
}