mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
<script>
|
|
import 'hello_world.dart';
|
|
|
|
void main() {
|
|
new HelloWorldApp();
|
|
}
|
|
</script>
|