2022-10-27 20:59:18 -03:00

4 lines
36 B
Dart

int calculate() {
return 6 * 7;
}