6 lines
70 B
Dart
6 lines
70 B
Dart
|
class HelloWorld {
|
||
|
String hello() {
|
||
|
// Put your code here
|
||
|
}
|
||
|
}
|