Files
localsend/cli/lib/main.dart
2023-09-27 21:59:11 +02:00

4 lines
63 B
Dart

void main(List<String> arguments) {
print('Hello world!');
}