Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
12b21997ca8c3a4cfe8a4ec2bc5821eec801c930
/
.
/
examples
/
hello_world
/
main.sky
blob: a32206943c24360a5bf1df48656d570b27e1049f [
file
] [
log
] [
blame
]
<script>
import
'hello_world.dart'
;
void
main
()
{
new
HelloWorldApp
();
}
</script>