blob: a32206943c24360a5bf1df48656d570b27e1049f [file] [log] [blame]
<script>
import 'hello_world.dart';
void main() {
new HelloWorldApp();
}
</script>