flutter/examples/hello_world/main.sky

8 lines
86 B
Plaintext

<script>
import 'hello_world.dart';
void main() {
new HelloWorldApp();
}
</script>