configurable/example/example.dart

3 lines
35 B
Dart
Raw Normal View History

2021-03-24 13:52:20 +07:00
void main() {
print('Example');
}