Files
cherrypick/example/bin/main.dart

4 lines
34 B
Dart
Raw Normal View History

2020-06-27 06:44:46 +03:00
main() {
print("Hello world");
}