build-system/test/demo.dart

4 lines
39 B
Dart
Raw Normal View History

2018-12-21 14:08:14 +08:00
void main() {
print('hello dart');
}