configurable/bin/configurable.dart

4 lines
74 B
Dart

void main(List<String> arguments) {
print('Just, say Hello to You!');
}