mirror of
https://github.com/localsend/localsend.git
synced 2026-04-29 03:00:23 -04:00
4 lines
63 B
Dart
4 lines
63 B
Dart
void main(List<String> arguments) {
|
|
print('Hello world!');
|
|
}
|