flutter-vienna-hackathon-25/wien_talks_be/lib/wien_talks_be.dart
2025-08-16 11:47:26 +02:00

3 lines
36 B
Dart

int calculate() {
return 6 * 7;
}