5 lines
66 B
Dart
5 lines
66 B
Dart
|
// Your code here
|
||
|
String translate(String input) {
|
||
|
return "";
|
||
|
}
|