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